Skip to content

Commit

Permalink
#148 opt off
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 28, 2023
1 parent 1da08fd commit abfeafa
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 -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -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 -cp target/jare.jar:target/deps/* io.jare.Entrance --port=${PORT} --threads=50 --max-latency=45000

0 comments on commit abfeafa

Please sign in to comment.