Skip to content

Commit

Permalink
🔧 chore(docker): Increase the heap size for the Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaci committed Sep 15, 2021
1 parent 14a5c36 commit d8cc341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ppddm-agent/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

JAVA_CMD="java -jar "
JAVA_CMD="java -Xms2g -Xmx8g -jar "

if [ ! -z "$APP_NAME" ]; then
JAVA_CMD+="-Dapp.name=$APP_NAME "
Expand Down

0 comments on commit d8cc341

Please sign in to comment.