Files
blender-portable-repo/extensions/user_default/retopoflow/scripts/memlimited.sh
T
2026-03-17 14:58:51 -06:00

7 lines
133 B
Bash

#!/bin/bash -e
# runs blender with limited memory (will crash if blender allocates too much)
ulimit -Sv 5000000
#shift
./blender $@