Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I can set limit on coredumpsize, stacksize, etc. using the limit command. limit coredumpsize 2048 But how can I do the same thing from a perl script? I tried Shell::Source but I guess its only for inherting environment. TIA. --Ankur
Post Follow-up to this messageOn Thu, Apr 21, 2005 at 06:36:26PM +0530, Ankur Gupta wrote: > I can set limit on coredumpsize, stacksize, etc. using the limit command. > > limit coredumpsize 2048 > > But how can I do the same thing from a perl script? > > I tried Shell::Source but I guess its only for inherting environment. Correct. You could try BSD::Resource. -- Paul Johnson - paul@pjcj.net http://www.pjcj.net
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.