Skip to content
⌘ NSIS Forum Archive

nsExec memory space

3 posts

Spatacoli#

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.