cfexecute Cannot allocate memory
I'm running Coldfusion MX9 on Redhat Linux ES5.
After a couple months of running successfully, I started getting an error when running cfexecute
<cfexecute name="/usr/bin/zip" arguments="-j file.xml.zip file.xml">
</cfexecute>
An exception occurred when invoking an external process. The cause of this exception was that: java.io.IOException: Cannot run program "/usr/bin/zip": java.io.IOException: error=12, Cannot allocate memory.
Coldfusion is only using about 50% of its allocated 8GB of memory in the JVM. If I restart it fixes the problem, so I'm not sure where else it is using up memory that cfexecute can't access. No other tags are giving me trouble.
Anyone seen this issue before and have a solution. I'm trying to avoid restarting CF.
Thanks,
Carlos
