http://qs1969.pair.com?node_id=1057239


in reply to Re^2: Failure to start 2nd Perl application
in thread Failure to start 2nd Perl application

Can you run the second script to process the same data on other systems successfully? If you can, what is the maximum memory utilization on a system where it works?

Is your Windows XP system 32bit or 64bit?

If Windows XP is 64bit, is perl 32bit or 64bit?

If Windows XP is 32bit or perl is 32bit then process virtual memory is limited to 2GB. If this is the case, given the data you are processing, is it reasonable that perl requires more than 2GB memory space?

Are you running the same version of perl and all relevant modules on the Windows XP system as you are on the systems that are working?

  • Comment on Re^3: Failure to start 2nd Perl application

Replies are listed 'Best First'.
Re^4: Failure to start 2nd Perl application
by bensonmonk (Novice) on Oct 07, 2013 at 14:24 UTC
    Many thanks for your continued help. I am getting answers to as many of your questions as I can. I will pass them on as soon as I have them.