Skip to content

Commit

Permalink
Merge pull request #251 from ant-media/feature/jvm-memory-options
Browse files Browse the repository at this point in the history
Add JVM memory options
  • Loading branch information
mustafaboleken authored Oct 23, 2023
2 parents fd44767 + 534a7a0 commit eb43362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile_Process
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ ARG LicenseKey

ARG BranchName=master

# Set -Xms and -Xmx
# ENV JVM_MEMORY_OPTIONS="-Xms1g -Xmx4g"

#Running update and install makes the builder not to use cache which resolves some updates
RUN apt-get update && apt-get install -y curl wget iproute2 cron logrotate

Expand Down

0 comments on commit eb43362

Please sign in to comment.