Re: [zones-discuss] maxuproc

2008-02-15 Thread Gael
Be aware of one caveat here, defunct/zombies processes not attached to a LWP won't be accounted for ... and it does hurt badly when happening in production with a broken application ... :( On 2/14/08, Dan Price [EMAIL PROTECTED] wrote: FYI: In S10U4 and higher, you can simply do:

[zones-discuss] maxuproc

2008-02-14 Thread Pedro Espinoza
Is there any way to enforce maxuproc at zone level? Or is there any equivalent functionality at zoneadm/rctl level? Thanks, PEdro ___ zones-discuss mailing list zones-discuss@opensolaris.org

Re: [zones-discuss] maxuproc

2008-02-14 Thread Mark Mulligan
Yeah, zone.max-lwps stops the fork bombs if that's what you are trying to do. I showed it to a customer today. I set it arbitrarily high at 15,000, but well below the global default of ~31K. # zonecfg -z zone1 zonecfg:zone1 add rctl zonecfg:zone1:rctl set name=zone.max-lwps