Skip to content

Commit

Permalink
fix JVM argument list
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Dec 19, 2023
1 parent 53d5014 commit b9dc79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/overlay/puppeteer/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RUN_ARGS="-Xms512M -Xmx2048M-Xss128M -server -Dlog.console.stacktraces=true"
RUN_ARGS="-Xms512M -Xmx2048M -Xss128M -server -Dlog.console.stacktraces=true"
CAS_ARGS="${CAS_ARGS:-}"

RED="\e[31m"
Expand Down

0 comments on commit b9dc79e

Please sign in to comment.