Skip to content

Commit

Permalink
jvm opts
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 30, 2020
1 parent 8d48667 commit 754bf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: java -Dfile.encoding=UTF-8 -Xmx400m -XX:MaxPermSize=64m -cp target/jare.jar:target/deps/* io.jare.Entrance --port=${PORT} --threads=50 --max-latency=45000
web: java -Dfile.encoding=UTF-8 -Xmx400m -XX:MaxPermSize=64m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -cp target/jare.jar:target/deps/* io.jare.Entrance --port=${PORT} --threads=50 --max-latency=45000

0 comments on commit 754bf74

Please sign in to comment.