in reply to Out of memory error when using IPC::Shareable
My first inclination is to key off your use of the phrase "shared memory". I've dealt with this before for the PostgreSQL database and I pulled up it's documentation on the issue at http://www.postgresql.org/idocs/index.php?kernel-resources.html. The net result is that if you're on a UNIX-alike then you'll need to configure your kernel to provide more resources for System V IPC (shared memory / semaphores). On a Win32 computer I use an IPC daemon from cygwin and haven't ever bothered to figure out how to tweak it. Anyhow - just follow the link and it's fully laid out there.
Fun Fun Fun in the Fluffy Chair
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Out of memory error when using IPC::Shareable
by msergeant (Novice) on Jan 09, 2003 at 06:55 UTC | |
by diotalevi (Canon) on Jan 09, 2003 at 07:10 UTC |