[Bedework-commit] bedework r2848 - in
releases/bedework-3.6/build/quickstart: linux windows
svnadmin at bedework.org
svnadmin at bedework.org
Fri Mar 5 14:46:22 EST 2010
Author: douglm
Date: 2010-03-05 14:46:22 -0500 (Fri, 05 Mar 2010)
New Revision: 2848
Modified:
releases/bedework-3.6/build/quickstart/linux/startjboss
releases/bedework-3.6/build/quickstart/windows/startjboss.bat
Log:
Reduce default head and newgen sizes for jboss start
Modified: releases/bedework-3.6/build/quickstart/linux/startjboss
===================================================================
--- releases/bedework-3.6/build/quickstart/linux/startjboss 2010-03-05 16:11:52 UTC (rev 2847)
+++ releases/bedework-3.6/build/quickstart/linux/startjboss 2010-03-05 19:46:22 UTC (rev 2848)
@@ -38,8 +38,8 @@
echo ""
}
-heap="1G"
-newsize="330M"
+heap="600M"
+newsize="200M"
permsize="256M"
LOG_THRESHOLD="-Djboss.server.log.threshold=INFO"
Modified: releases/bedework-3.6/build/quickstart/windows/startjboss.bat
===================================================================
--- releases/bedework-3.6/build/quickstart/windows/startjboss.bat 2010-03-05 16:11:52 UTC (rev 2847)
+++ releases/bedework-3.6/build/quickstart/windows/startjboss.bat 2010-03-05 19:46:22 UTC (rev 2848)
@@ -9,8 +9,8 @@
SET PRG=%0
:: Set defaults
-SET heap=1G
-SET newsize=330M
+SET heap=600M
+SET newsize=200M
SET permsize=256M
GOTO branch
@@ -96,8 +96,8 @@
ECHO Where:
ECHO.
ECHO -heap sets the heap size and should be n for bytes
-ECHO nK for kilo-bytes (e.g. 256K)
-ECHO nM for mega-bytes (e.g. 256M)
+ECHO nK for kilo-bytes (e.g. 2560000K)
+ECHO nM for mega-bytes (e.g. 256oM)
ECHO nG for giga-bytes (e.g. 1G)
ECHO.
ECHO -newsize sets the new generation size and has the same form as -heap
More information about the Bedework-commit
mailing list