Skip to content

Commit b8522a4

Browse files
authored
Increase test RAM limit to 6GB
1 parent c01c08f commit b8522a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SHELL=/bin/bash
1717
# This wraps the top-level make invocation inside a systemd --user scope.
1818
# When the MemoryMax is exceeded, systemd OOM-kills the entire process tree.
1919
# ------------------------------------------------------------------------------
20-
MEM_GUARD ?= 2G
20+
MEM_GUARD ?= 6G
2121
NOMEMGUARD ?=
2222
SYSTEMD_RUN := $(shell command -v systemd-run 2>/dev/null || true)
2323
# Only run the guard once

0 commit comments

Comments
 (0)