![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Does Perl have a baked-in memory llimit?by ikegami (Patriarch) |
on Nov 15, 2023 at 04:08 UTC ( [id://11155632]=note: print w/replies, xml ) | Need Help?? |
No. What's the output of perl -V:archname? (That's an uppercase "V".) I suspect you are using an environment with a 4 GiB address space, a huge chunk of which is reserved by the OS. If so, switch to a 64-bit build.
In Section
Seekers of Perl Wisdom
|
|