On Friday, December 8, 2000, at 12:10 PM, Steven Cotton wrote:

> Anyone here any good with debugging IPC "No space left on device" errors? 
> I can't find anything on the web or in deja, and am basically at a 
> loss. Using Storable 0.703 and ShareLite 0.08 I'm getting a lot of the 
> above errors when I have around 40 httpd children. Has anyone else used 
> IPC under mod_perl and had the same errors? I can't even seem to find out 
> what it is I'm running out of .. 

I suppose the first place to look is to use the Solaris
commands ipcs and ipcrm... Also, I believe you have to
update the kernerl parameters for shared memory. The default
is pretty skimpy. Look at adding things like:

set shmsys:shminfo_shmmax=33554432
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmns=400
set semsys:seminfo_semmni=140
set semsys:seminfo_semmnu=200

to /etc/system.

Cheers,
Mark

Mark Doyle
Manager, Project Development
The American Physical Society

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to