Re: [HACKERS] FreeSpaceMap hashtable out of memory

2003-10-01 Thread Tom Lane
"Maksim Likharev" <[EMAIL PROTECTED]> writes: > It seems like > WARNING: ShmemAlloc: out of memory > ERROR:FreeSpaceMap hashtable out of memory > goes together, does it related to the size of Shared Memory Yeah, the FSM hashtable is in shared memory, so your problem is that you're running ou

Re: [HACKERS] FreeSpaceMap hashtable out of memory

2003-10-01 Thread Maksim Likharev
PROTECTED] Sent: Wednesday, October 01, 2003 2:51 PM To: Maksim Likharev Cc: [EMAIL PROTECTED] Subject: Re: [HACKERS] FreeSpaceMap hashtable out of memory "Maksim Likharev" <[EMAIL PROTECTED]> writes: > Using PG under Cygwin we having following error message during INSERT >

Re: [HACKERS] FreeSpaceMap hashtable out of memory

2003-10-01 Thread Tom Lane
"Maksim Likharev" <[EMAIL PROTECTED]> writes: > Using PG under Cygwin we having following error message during INSERT > INTO > "FreeSpaceMap hashtable out of memory". Hm, that's not supposed to happen. Can you create a reproducible example? regards, tom lane