| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Magnus Hagander" <magnus(at)hagander(dot)net> |
| Cc: | "Laurent Duperval" <lduperval(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |
| Date: | 2007-10-17 06:40:14 |
| Message-ID: | 29416.1192603214@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
"Magnus Hagander" <magnus(at)hagander(dot)net> writes:
>> - Max_connections is set to 500.
> There's your problem. 500 is way above what the windows version can
> handle. IIRC the hard max is somewhere around 200 depending on some OS
> factors that we don't entirely know.
Maybe we should put an #ifdef WIN32 into guc.c to limit max_connections
to something we know the platform can stand? It'd be more comfortable
if we understood exactly where the limit was, but I think I'd rather
have an "I'm sorry Dave, I can't do that" than random-seeming crashes.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Albe Laurenz | 2007-10-17 07:14:07 | Re: variable in COPY <table> TO variable |
| Previous Message | Kuriakose, Cinu Cheriyamoozhiyil | 2007-10-17 06:40:01 | CVS and Eclipse |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2007-10-17 07:10:44 | tsearch2api project |
| Previous Message | Kuriakose, Cinu Cheriyamoozhiyil | 2007-10-17 06:40:01 | CVS and Eclipse |