We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01c08f commit b8522a4Copy full SHA for b8522a4
toolkit/Makefile
@@ -17,7 +17,7 @@ SHELL=/bin/bash
17
# This wraps the top-level make invocation inside a systemd --user scope.
18
# When the MemoryMax is exceeded, systemd OOM-kills the entire process tree.
19
# ------------------------------------------------------------------------------
20
-MEM_GUARD ?= 2G
+MEM_GUARD ?= 6G
21
NOMEMGUARD ?=
22
SYSTEMD_RUN := $(shell command -v systemd-run 2>/dev/null || true)
23
# Only run the guard once
0 commit comments