Skip to content

Commit

Permalink
Increase max allowed ram to 125mb
Browse files Browse the repository at this point in the history
  • Loading branch information
Alathreon committed May 17, 2024
1 parent 0b8c4c4 commit 71e27d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JShellAPI/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jshellapi.sysOutCharLimit=1024
jshellapi.maxAliveSessions=10

# Docker limits config
jshellapi.dockerMaxRamMegaBytes=100
jshellapi.dockerMaxRamMegaBytes=125
jshellapi.dockerCPUsUsage=0.5

# Internal config
Expand Down

0 comments on commit 71e27d2

Please sign in to comment.