unlimited swap via docker

This commit is contained in:
2026-01-23 20:43:04 -06:00
parent a57741d8a0
commit a369481a92

View File

@@ -21,6 +21,7 @@ set_docker_run_flags() {
-e "DEBUG=${DEBUG}" -e "DEBUG=${DEBUG}"
-e "HEADLESS=${HEADLESS}" -e "HEADLESS=${HEADLESS}"
-t -t
"--memory-swap=-1"
) )
for opt in "${FB_COMP_OPTS[@]}"; do for opt in "${FB_COMP_OPTS[@]}"; do
declare -n defOptVal="DEFAULT_${opt}" declare -n defOptVal="DEFAULT_${opt}"