Running too many testsuites in junit.report causes a failure with the message
2009-02-11 08:33:25,664 [Thread-15] INFO ScriptRunner - junit.report:
2009-02-11 08:33:25,667 [Thread-15] INFO ScriptRunner - [mkdir] Created dir: /a01/home/Construction_temp/reports/ebilling/junit
2009-02-11 08:33:41,604 [Thread-14] WARN ScriptRunner - java.lang.OutOfMemoryError: PermGen space
2009-02-11 08:33:41,605 [Thread-14] WARN ScriptRunner - PermGen space
Resolution:
in the build.bat or build.sh, add more memory to the JVM process like so:
ANT_OPTS="-Xms128m -Xmx512m -XX:MaxPermSize=256m"
export ANT_OPTS=$ANT_OPTS
Subscribe to:
Post Comments (Atom)
How to connect Raspberry Pi Pico to a external temperature sensor(DHT11 or DHT22)
How to connect Raspberry Pi to DHT 11 / DHT 22 Connect your DHT11 sensor to the Pico accordingly - Left pin (Signal) - GPIO Pin 22 (or a...
-
In the earlier parts of this article I described some technical tuning tips specific to a slow-performing Weblogic JEE server. Another earli...
-
When running Maven, if you try to run multiple Maven commands in a batch (.bat) file, it only runs the first one and exits to the ...
No comments:
Post a Comment