Skip to content

Commit 6d59954

Browse files
committed
Changed default max ram from 125 to 128
1 parent 7c741b0 commit 6d59954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JShellAPI/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jshellapi.sysOutCharLimit=1024
88
jshellapi.maxAliveSessions=10
99

1010
# Docker limits config
11-
jshellapi.dockerMaxRamMegaBytes=125
11+
jshellapi.dockerMaxRamMegaBytes=128
1212
jshellapi.dockerCPUsUsage=0.5
1313

1414
# Internal config

0 commit comments

Comments
 (0)