Skip to content
Snippets Groups Projects
Commit 18291805 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Increased the memory of the JVM during start in order to reduce the...

Increased the memory of the JVM during start in order to reduce the possibility of memory issues temporarily.
parent 252ee27b
No related branches found
No related tags found
No related merge requests found
@echo off
REM @author Nils Christian Ehmke
java -jar ..\lib\jetty-runner-*.jar --path /Kieker.WebGUI ..\target\Kieker.WebGUI-*.war
java -XX:PermSize=256M -XX:MaxPermSize=512M -Xms128M -Xmx256M -jar ..\lib\jetty-runner-*.jar --path /Kieker.WebGUI ..\target\Kieker.WebGUI-*.war
@echo on
\ No newline at end of file
......@@ -2,4 +2,4 @@
# @author Nils Christian Ehmke
java -jar ../lib/jetty-runner-*.jar --path /Kieker.WebGUI ../target/Kieker.WebGUI-*.war
\ No newline at end of file
java -XX:PermSize=256M -XX:MaxPermSize=512M -Xms128M -Xmx256M -jar ../lib/jetty-runner-*.jar --path /Kieker.WebGUI ../target/Kieker.WebGUI-*.war
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment