From 2d78cb9c4a49a24f22458f47f9476f723d52295b Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 12 Jan 2024 09:22:02 +0300 Subject: [PATCH] 1g --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 7071e833b7..8ae9f0b7da 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: java -Dfile.encoding=UTF-8 -Xmx400m -XX:+UnlockExperimentalVMOptions -cp target/rultor.jar:target/deps/* com.rultor.Entry --port=${PORT} --threads=80 --max-latency=45000 +web: java -Dfile.encoding=UTF-8 -Xmx1g -XX:+UnlockExperimentalVMOptions -cp target/rultor.jar:target/deps/* com.rultor.Entry --port=${PORT} --threads=80 --max-latency=45000