Skip to content

Commit 8aaa41a

Browse files
committed
Increase default memory limits
Closes #608
1 parent d03009c commit 8aaa41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/sandbox.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ fn basic_secure_docker_command() -> Command {
447447
"--security-opt=no-new-privileges",
448448
"--workdir", "/playground",
449449
"--net", "none",
450-
"--memory", "256m",
451-
"--memory-swap", "320m",
450+
"--memory", "512m",
451+
"--memory-swap", "640m",
452452
"--env", format!("PLAYGROUND_TIMEOUT={}", DOCKER_PROCESS_TIMEOUT_SOFT.as_secs()),
453453
);
454454

0 commit comments

Comments
 (0)