this post was submitted on 15 Feb 2025
71 points (96.1% liked)

Linux

50269 readers
1114 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 5 years ago
MODERATORS
 

This is from a fresh boot of the system, except sshd I have not started anything else. ram consumption used to be just 126-200 mb now it has jumped so significantly that I am concerned I might have unnecessarily bloated my system:

I intend to use the system as a local server with an optional fully featured WM(Hyprland which is installed, but this screenshot was taken before it was loaded) for occasional use.

Ram conservation is a top priority and I would like to know if such a big jump in usage is normal or are there is something wrong with my system config

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 4 days ago* (last edited 4 days ago) (1 children)

You can also drop cache for debugging by running something like echo 3 | sudo tee /proc/sys/vm/drop-caches

But remember that the kernel knows best


this RAM will automatically be freed up when needed and you should never run this except for debugging (or maybe benchmarking).

[–] [email protected] 4 points 4 days ago* (last edited 4 days ago)

Rimworld mods sometimes occupy 10gb RAM after a crash/force-close. That one helps.

But don't set up a cronjob running it regularly, that causes issues.