mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 11:10:10 +00:00
unlimited swap via docker
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user