this post was submitted on 29 Aug 2026
52 points (100.0% liked)

Linux

67448 readers
186 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 7 years ago
MODERATORS
 

**NOTE: i have only used linux for about a year or so and im not a power user, im basically a tired windows user but i know more stuff than most beginners i feel like? like not a lot more but a little bit ** so when i don't have anything open my memory usage is like 4-5GB out of 16, which makes it pretty bad when i want to play games (even minecraft can make it so my pc use 99% memory so i have to hard reset, although i might have fixed that) and/or when i want some demanding theming things (like a live wallpaper). "Background services" is using like 4GB and "baloo_file_extractor" is using like 1GB out of the 4. I have done a tiny tiny bit of research and ive found out that baloo is a file indexing thingo, but idrk what file indexing is used for so i don't know if i should disable it

distro: endeavourOS de: kde plasma wayland ram: 16gb of something (i have a prebuilt so idk what ddr it is or whatever)

if you need more info then please say so (i can't show images for some reason)

you are viewing a single comment's thread
view the rest of the comments
[–] RedWeasel@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (2 children)

What "background services" breaks down to is things like the desktop. In the system monitor you can see a breakdown of what that is if you click on "show details sidebar" in top right. On my system for instance, plasmashell and kwin combined(the interface) is taking 700mb. Without the info from the sidebar it is harder to give advice.

Baloo is used for searching you system for files including contents. You can disable it if it isn't something you'd use, limit it to certain directories or limit it to file names only. It will be under search in settings.

Edit: Also check how much swap you have enabled in the system monitor overview. You might look into turning on zram support if it isn't already enabled which will compress ram as needed which might improve your experience.

[–] bjoern_tantau@swg-empire.de 3 points 1 week ago

Edit: Also check how much swap you have enabled in the system monitor overview. You might look into turning on zram support if it isn't already enabled which will compress ram as needed which might improve your experience.

If they have swap then zswap is better than zram because it works better with the Linux memory management.

Don't know when it's ready, but they're working on a way for zswap to work without a swap disk set up. When that is done there shouldn't be any reason left to use zram at all. At least not as a swap disk.

[–] goofsqueak 1 points 1 week ago (3 children)

it says that i have 0B of swap

[–] RedWeasel@lemmy.world 3 points 1 week ago (1 children)

If you have 0B's total enabled, not to be confused with used, then I'd recommend either enabling zswap or zram. zram compresses only ram and zswap compresses ram and then moves it to the drive as needed. Enabling one will improve your experience in general as currently your system just will try to shove everything in ram until it is full and need hard reset.

See [https://wiki.archlinux.org/title/Swap#Swap_file](Arch Wiki Swap) and [https://wiki.archlinux.org/title/Zswap](Arch Wiki zSwap)

[–] gooballer@lemmy.today 1 points 1 week ago

link formats in markdown put the link in the parenthesis and the name in the square brackets not the other way around.

if your unsure about how the text will look before you post there is usualy a preview button on the bottom that your can use

My old 8GB laptop runs amazingly well with an 8GB swap file and Zswap enabled. If you set up both with 16GB of RAM, your machine should be able to handle most anything easily.

[–] bad1080@piefed.social 1 points 1 week ago

some distros don't come with a swap file by default, you can manually add one though