Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
-ea
-Dfunctionblock.dev=true
-Djava.awt.headless=true
-Xmx1024m -Xms512m 
-XX:MaxPermSize=256m -XX:PermSize=128m
-XX:+UseThreadPriorities 
-XX:+PrintGCTimeStamps -XX:+HeapDumpOnOutOfMemoryError
-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled

...

Nuclos Client

Launch Configuration

Zusätzliche Einstellungen

In (Icon) Debug/Run -> (Pulldown Menü) Debug/Run Configurations... -> (Tree Node) Java Application -> (Leaf Node) nuclos-client-instrument -> (Reiter) Arguments -> (Textbox) VM arguments folgendes eintragen:

Codeblock
-javaagent:/home/tpasch2/Downloads/spring-instrument-3.1.1.RELEASE.jar
-Dlog4j.url=file:///home/tpasch2/log4j.properties
-ea 
-ms256m -mx768m
-Dcom.sun.management.jmxremote="true"
-Durl.jms=http://localhost:8081/nuclos-war/jmsbroker
-Durl.remoting=http://localhost:8081/nuclos-war/remoting
-Dsun.awt.disablegrab=true
-Dfunctionblock.dev=true
-XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseThreadPriorities
Links