this post was submitted on 04 Sep 2025
252 points (98.8% liked)
Technology
75298 readers
4216 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
oh god i'm nervous i just switched from windows to linux in march and this will be my first big update :o
I adore the Linux community because it's collectively so nice. If you cock it up, someone here will help you fix it.
so far it's been so good! i think the only issue i've had with linux is that it will randomly freeze everything (usually if I try to load a tab in librewolf/chrome that's a chonky boi or if i'm in zoom) on my laptop and i have to hard reset and i can't figure out how to search for it because i really don't know what causes it :(
It could be you're running out of RAM.
You could try typing
free
orfree -h
in a terminal to see how much RAM you're using. If you see swap as 0, then it means you don't have it set up or enabled.I don't want to waste time explaining swap space if that's not your issue, but if it is then you can probably figure it out with some searching or come back for help once you've confirmed that RAM is the problem.
oh thanks that does make sense since it happened on my laptop but not on my desktop; i only have 12gb of ram on the laptop and the swap was only 2gb so i upped it to 8gb but we'll see if that does anything if it happens again!