Wednesday 21 April 2010

size of linux process


pmap –x <pid>

This shows the modules that are loaded too.  We were having problems with XMLP crashing with error 13.  The following setting in the JDE.INI needed to be changed:

[JDE JVM]

InProcessJVMHome=

RemoteDebugPort=-1

VMTrace=0

DefaultOptions=

XMLPVMOptions=-Djava.compiler=NONE –Xmx256M

Kill the XMLP process after you’ve saved the change above.  A new one will be started and you will be away.

No comments: