We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3e958 commit 77023fcCopy full SHA for 77023fc
Dockerfile.dev
@@ -7,7 +7,7 @@ EXPOSE 8080
7
8
ENTRYPOINT ["java",
9
"-Xms256m",
10
-"-Xmx512m",
+"-Xmx384m",
11
"-XX:+HeapDumpOnOutOfMemoryError",
12
"-XX:HeapDumpPath=/tmp/heapdump.hprof",
13
"-XX:OnOutOfMemoryError='kill -9%p'",
Dockerfile.prod
@@ -7,9 +7,9 @@ EXPOSE 8080
14
-"-Dspring.profiles.active=dev",
+"-Dspring.profiles.active=prod",
15
"-jar", "server.jar"]
0 commit comments