Hi p5wizard,
It was good to hear that someone has an environment that the 64 Bit perl has the data segment set to unlimited for perl.
Will it be possible for you to provide me the steps on how your perl was install.
Really appreciate your help.
Regards
Hi p5wizard,
I'm not using the perl from /usr/bin/perl
this is the output of my perl -V
./perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=aix, osvers=5.3.0.0, archname=aix-64all
uname='aix ramses 3 5 00c39e4d4c00 '...
Hi,
I have tried the following:
system("ulimit -a");
system("ulimit -d 4194304");
system("ulimit -a");
and here is the output i get.
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2097152
stack(kbytes) 4194304
memory(kbytes) unlimited...
Hi,
When I do ulimit -a in shell it shows as unlimited.
but when I do ulimit -a in perl it shows as 2GB.
Anyone knows how to change the ulimit setting for perl?
Regards
Hi,
I face problem when running my perl scripts. My hardware and kernel is 64 Bit, and the perl install is also 64 Bit.
but I got out of memory error whenenver the scripts used 2Gb of memory.
I found this out using ps vg (PID of my perl scripts).
ulimit -a shows
data(kbytes) unlimited
so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.