in reply to Memory usage in Perl on Windows systems

I don't know if it's possible to add a limit, but there's definitely none by default. Perl has access to entire virtual memory space minus what the system reserves (so 2GB for 32-bit builds, oodles for 64-bit builds).
  • Comment on Re: Memory usage in Perl on Windows systems