It’s acting as if memory.oom.group
is set to 1, even though it’s not:
dullbananas:~$ cat /sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/app.slice/app-gnome-codium-158608.scope/memory.oom.group
0
dullbananas:~$ cat /sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/app.slice/memory.oom.group
0
dullbananas:~$ cat /sys/fs/cgroup/user.slice/user-1000.slice/[email protected]/memory.oom.group
0
dullbananas:~$ cat /sys/fs/cgroup/user.slice/user-1000.slice/memory.oom.group
0
dullbananas:~$ cat /sys/fs/cgroup/user.slice/memory.oom.group
0
dullbananas:~$ cat /sys/fs/cgroup/memory.oom.group
cat: /sys/fs/cgroup/memory.oom.group: No such file or directory
You must log in or # to comment.
What commands are running in the integrated terminal? Wouldn’t it be better to run it on external ones?
How little ram and swap do you have that this is a problem?
You might just use ulimit: https://unix.stackexchange.com/a/746762/90708
I feel like there’s a better way to do this, unless you’re intentionally trying to run out of RAM.
deleted by creator