Skip to content

Commit 71e27d2

Browse files
committed
Increase max allowed ram to 125mb
1 parent 0b8c4c4 commit 71e27d2

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=100
11+
jshellapi.dockerMaxRamMegaBytes=125
1212
jshellapi.dockerCPUsUsage=0.5
1313

1414
# Internal config

0 commit comments

Comments
 (0)