I'm trying to limit resource usage for a cgroup without having root access.
I can set memory.limit_in_bytes using cgm setvalue memory memory.limit_in_bytes 150G
But I can not set memsw.limit_in_bytes in the same way, regardless of whether memsw.limit_in_bytes is greater than memory.limit_in_bytes (This is necessary, because the memsw option sets maximum memory + swap limit)
All I receive is: Error org.freedesktop.DBus.Error.InvalidArgs: invalid request
Any ideas?