Skip to content

Commit

Permalink
Merge pull request #73 from dappnode/pablomendezroyo-patch-3
Browse files Browse the repository at this point in the history
set maximum heap size 4gb
  • Loading branch information
pablomendezroyo authored Nov 22, 2023
2 parents 43ac293 + a7aa2cd commit a5748db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web3signer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ COPY /security /security
COPY entrypoint.sh /usr/bin/entrypoint.sh

#USER web3signer
ENV JAVA_OPTS="-Xmx4g -Xms128m"
EXPOSE 9000
ENTRYPOINT /bin/bash /usr/bin/entrypoint.sh
ENTRYPOINT /bin/bash /usr/bin/entrypoint.sh

0 comments on commit a5748db

Please sign in to comment.