2025-12-01
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# runs blender with limited memory (will crash if blender allocates too much)
|
||||
|
||||
ulimit -Sv 5000000
|
||||
#shift
|
||||
./blender $@
|
||||
Reference in New Issue
Block a user