Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I get the error Munged shared memory segment (size exceeded?) Is there any way (short of rebooting) to rectify this problem?tie %SPAM, 'IPC::Shareable', 'SPLM', {create => 1, mode => 0644} unless defined %SPAM;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: shared memory problems
by Anonymous Monk on Nov 06, 2000 at 18:52 UTC | |
|
RE: shared memory problems
by AgentM (Curate) on Nov 07, 2000 at 03:49 UTC |