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 21b38f6 commit 2c814c8
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="-Xmx2048M -server -Dlog.console.stacktraces=true"
RUN_ARGS=""
CAS_ARGS="${CAS_ARGS:-}"

RED="\e[31m"
Expand Down

0 comments on commit 2c814c8

Please sign in to comment.