Archive: nsExec memory space


nsExec memory space
Quick Question: I'm running into a problem where an installer is making a call to an external program using nsExec::ExecToLog. The external program is running out of memory. This can be caused by one of two things (out of memory or the JVM is displaying a known bug).

My question is this, when nsExec runs on a Windows Server 2003 machine, the program is running alone in a 4GB
memory space right?

Thanks.


Yes, there is no memory limit.


Thanks Joost. That means we need to upgrade our JVM.