Skip to content

Commit

Permalink
⚡ give java more ram in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbm committed Jun 30, 2021
1 parent f8c5065 commit 06d04cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
42 changes: 0 additions & 42 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@angular/platform-browser": "~11.2.13",
"@angular/platform-browser-dynamic": "~11.2.13",
"@angular/router": "~11.2.13",
"chart": "^0.1.2",
"chart.js": "^2.9.4",
"dayjs": "^1.10.4",
"rxjs": "~6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ WORKDIR /home/amos
ARG JAR_FILE=build/libs/server.jar
COPY ${JAR_FILE} app.jar

ENTRYPOINT ["dumb-init", "java","-jar","app.jar"]
ENTRYPOINT ["dumb-init", "java","-jar","-Xms1G" ,"-Xmx2G", "app.jar"]

0 comments on commit 06d04cf

Please sign in to comment.