Hi,

Does any body knows how to specify a unlimited core
size in PERL?

I know of using this command, 

$coresize = pack("i2",0,0);
syscall(&SYS_setrlimit, &RLIMIT_CORE, $coresize);

but the issue is I couldn't find anywhere how exactly
should I specify and unlimited CORE size in it?

Any help is appreciated.

Thanks,
Arijit



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to