Commit in hps-java/scripts on MAIN
et_monitoring_app.sh+1-11.8 -> 1.9
increase heap size

hps-java/scripts
et_monitoring_app.sh 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- et_monitoring_app.sh	24 Apr 2012 19:57:00 -0000	1.8
+++ et_monitoring_app.sh	29 Apr 2012 23:20:48 -0000	1.9
@@ -4,7 +4,7 @@
 classpath=`pwd`/target/hps-java-1.1-SNAPSHOT-bin.jar
 
 # Run it.
-prod="java -classpath "$classpath" org.lcsim.hps.monitoring.MonitoringApplication $@"
+prod="java -Xmx1024m -classpath "$classpath" org.lcsim.hps.monitoring.MonitoringApplication $@"
 # -c 100"
 echo $prod
 exec $prod
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1