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 ab4d51c commit f4de026
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 -Xmx256m -cp target/wring.jar:target/deps/* io.wring.Entrance --port=${PORT} --threads=20 --max-latency=45000
web: java -Dfile.encoding=UTF-8 -Xmx256m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -cp target/wring.jar:target/deps/* io.wring.Entrance --port=${PORT} --threads=20 --max-latency=45000

0 comments on commit f4de026

Please sign in to comment.