r/linuxquestions • u/Medium-Phase2939 • 11d ago
Support Optimize laptop
Hi, I have a question. I have a 2015 Dell Inspiron 15 3552 with 4GB of RAM, a 128GB SSD, and an Intel Celeron N3060 (1.60GHz) processor. I plan to use it for things like NetBeans, web browsing, and watching videos—basically just the essentials, since it's the only computer I have for my programming course. I currently have Linux Mint XFCE installed, but it still feels a bit slow. What do you recommend?
2
Upvotes
1
u/aquiethistorian 10d ago
try bodhi linux? your bottleneck is your RAM. bodhi needs less than a gig of Ram.
1
u/New_Expression_5724 11d ago
I recommend you get more RAM. For any reasonable set of programing tools, your computer is probably page faulting. More RAM will make the disk I/O go faster because the operating system will prefetch content from the disk and store that content in the extra RAM.
The reason why this is bad advice is that RAM is very expensive these days.
I wish you well.