Skip to content

Commit

Permalink
Correct JVM warn with default Linux service file #22
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Dec 20, 2023
1 parent 0125abb commit 80c4b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network-online.target
[Service]
EnvironmentFile=@OUTPUT_ENV_FILE@
WorkingDirectory=@OUTPUT_DIR_USER@
ExecStart=@JAVA@ -noverify -server \
ExecStart=@JAVA@ -server \
-Dfile.encoding=UTF-8 \
-Xms256m -Xmx1024m \
-XX:+ExitOnOutOfMemoryError \
Expand Down

0 comments on commit 80c4b29

Please sign in to comment.