this post was submitted on 23 Jun 2025
35 points (92.7% liked)

Linux

56602 readers
653 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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/user@1000.service/app.slice/app-gnome-codium-158608.scope/memory.oom.group 
0
dullbananas:~$ cat /sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/app.slice/memory.oom.group 
0
dullbananas:~$ cat /sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/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
all 6 comments
sorted by: hot top controversial new old
[–] pastermil@sh.itjust.works 8 points 1 month ago (1 children)

What commands are running in the integrated terminal? Wouldn't it be better to run it on external ones?

[–] enemenemu@lemm.ee 1 points 4 weeks ago* (last edited 4 weeks ago) (2 children)

Nice. This is such a stackoverflow answer. I love it

[–] pastermil@sh.itjust.works 3 points 4 weeks ago

Lol, what make it so?

[–] mactan@lemmy.ml 1 points 4 weeks ago

looks like a question to me

[–] catloaf@lemm.ee 3 points 1 month ago

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.