http://qs321.pair.com?node_id=11116169

Nicolasd has asked for the wisdom of the Perl Monks concerning the following question:

I have script where I need to do a system call But when there is a lot of virtual memory (250 GB) used by storing it in a hash, the system call doesn't work, although there is still 250 gb of RAM available.

I tried many different system calls, all work in low memory jobs, none work in high memory jobs. Anyone idea how it can be resolved? Thanks.