+---------- On Jun 13, Federico Sevilla III said: > Suggestions on how to work around this on multiple levels would definitely > be appreciated.
You could start by using basic Unix resource limits: run xfs as a
non-root user and set its data segment limit. For example:
ulimit -d 16384
exec su xfs -c '/usr/bin/X11/xfs -nodaemon'
