Memory Dump files
Posted: Thu May 21, 2015 11:47 am
Helo guys!
Could you please tell me how am I suppose to disable the creation of memory dump files in the server enviroment?
I've tried to add the -XX:-CreateMinidumpOnCrash parameter to the module runner, the whole command looks like this:
moduleRunCmd={cbd}/jre/bin/xroutemodule.exe -Xms32M -Xmx128M -Xss8M -XX:ErrorFile={cbd}/logs/hs_err_pid%p.log -cp {cp} -Dxmoduleinstance={suf}{###} -Dcatalina.base={cbd} -Djava.library.path={lib} {cls} {suf} {prt} -XX:-CreateMinidumpOnCrash
But after that fix the service automatically shuts down after the startup.
Do I need to make any other configuration?
Thank you,
Zsolt
Could you please tell me how am I suppose to disable the creation of memory dump files in the server enviroment?
I've tried to add the -XX:-CreateMinidumpOnCrash parameter to the module runner, the whole command looks like this:
moduleRunCmd={cbd}/jre/bin/xroutemodule.exe -Xms32M -Xmx128M -Xss8M -XX:ErrorFile={cbd}/logs/hs_err_pid%p.log -cp {cp} -Dxmoduleinstance={suf}{###} -Dcatalina.base={cbd} -Djava.library.path={lib} {cls} {suf} {prt} -XX:-CreateMinidumpOnCrash
But after that fix the service automatically shuts down after the startup.
Do I need to make any other configuration?
Thank you,
Zsolt