WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.2K

Not interested in distros. I have a cheap 1GB RAM Ubuntu vps that needs to run stuff requiring 3+GB of RAM resulting in 2+GB swap file. My gut instinct tells (incorrectly?) me it should be possible tweak Linux for such conditions. I dont expect miracles (or maybe I do?) but it has to do a thing that can take up to an hour, getting this time down a bit would be great. If it is slower under normal conditions I don't care as I can just set setting to defaults under such normal conditions.

I have experimented a bit with zswap and "think" performance got a bit better with some values. Will try zram next.

Not interested in distros. I have a cheap 1GB RAM Ubuntu vps that needs to run stuff requiring 3+GB of RAM resulting in 2+GB swap file. My gut instinct tells (incorrectly?) me it should be possible tweak Linux for such conditions. I dont expect miracles (or maybe I do?) but it has to do a thing that can take up to an hour, getting this time down a bit would be great. If it is slower under normal conditions I don't care as I can just set setting to defaults under such normal conditions. I have experimented a bit with zswap and "think" performance got a bit better with some values. Will try zram next.

(post is archived)

[–] 3 pts

Just a few suggestions.

If you have the knowhow, build your own kernel from source. Cut out everything you do not need. If nothing else this will improve response times, and most likely memory usesge.

Use a light DE. LXQT and the DE from Puppy Linux (Can't remember the names) are two of the lightest you can find. The desktop tends to make the biggest impact on memory usesge.

Shop web browsers. There are a few that are super light weight that can significantly impact ram usesge. I can't offer insight into this except to say shop the alternative options because I've never had a reason to worry about it myself.

These steps in conjunction with a healthy swap file will assist in use ability. Sadly, even the lighter distros nowadays have shifted to a 2 gig minimum so 1 gig is stretching the limit. You would almost need to use some kernel and software stuff from over a decade ago to reach your goal, short of compiling your own shit from scratch. It's why people do suggest light distros like Tiny or Puppy. They already did the heavy lifting to get people closer to the goal

[–] 1 pt (edited )

If you have the knowhow, build your own kernel from source.

I've never built my own kernel, I guess that'd weeks to learn well if not longer. I might be able try a different distro though, but then my scripts and stuff probably has to be adapted to that distro.

[–] 1 pt

Check Gentoo docs. That masochist distro makes you compile everything from source so that would probably be a good start, if your serious. I don't know that it's worth the effort, but good on ya if your gonna try