Which OS consume least memory and HD space

  • Thread starter Thread starter Silicon Waffle
  • Start date Start date
  • Tags Tags
    Memory Os Space
AI Thread Summary
When considering operating systems that consume minimal memory and hard drive space while remaining functional, several lightweight Linux distributions are highlighted. Damn Small Linux is noted for its extremely low resource requirements, functioning with a kernel and a few device drivers in under 50MB. The discussion also mentions ARCH ARM Linux, designed for tiny hardware configurations, and the Raspberry Pi 2, which offers 1GB of memory for around $40, making it suitable for embedded systems. For user-friendly options, Ubuntu and its lightweight variants like Lubuntu, Bodhi Linux, and Peppermint Linux are recommended, as they typically use less than 200MB of RAM on boot and come with pre-installed applications. MS-DOS is mentioned as a minimal option, though it may face compatibility issues with modern software. For those interested in real-time operating systems, a comparison resource is suggested.
Silicon Waffle
Messages
160
Reaction score
203
I am curious as to which OS and its siblings (e.g Linux={Fedora, Mint,...}) consume the least memory and HD space but sure are still perfectly functional after installed.
Thanks a lot.
 
Computer science news on Phys.org
  • Like
Likes Silicon Waffle
Completely functional does not have to mean every extra possible add on command and driver - ARCH ARM Linux is meant for tiny hardware configurations, like your refrigerator "brain" or the ignition system in your car. Extreme examples run a functioning kernel with just a few device drivers that occupies less than ~50MB, with addressable memory (space to run code) at about 30-50% of that value. Check out a Raspberry Pi 2 with really expanded memory -- 1.0 GB. - They are about $US40 I think.

So you may want to reconsider what makes a good 'completely functional' definition. Just like full blown Debian or Solaris? OR something else. Programming the fridge, maybe.

http://www.raspberrypi.org/raspberry-pi-2-on-sale/
 
jim mcnamara said:
Check out a Raspberry Pi 2 with really expanded memory -- 1.0 GB. - They are about $US40 I think.
So you may want to reconsider what makes a good 'completely functional' definition. Just like full blown Debian or Solaris? OR something else. Programming the fridge, maybe.

http://www.raspberrypi.org/raspberry-pi-2-on-sale/

I'm converting some SPI kernel device drivers (daq_gert driver for the comedi library) written for the original RPi on a RPi 2. The difference in compile speed of the 1GB models is amazing with 4 cores. If you need a full blown embedded system with Raspbian that can be stripped down to run on something even smaller it's a great choice.
 
I'd say go with Linux Ubunto. Not only is it good and many people use it, but it's free and really user friendly. :)
 
Technically MS-DOS would fit your criteria, but I think you'll have trouble with compatibility with the programs you want to run. :-p
 
Lubuntu (the lightweight version of Ubuntu), Bodhi Linux, Peppermint Linux come to mind. They all consume less than 200 Mb of RAM on boot up, have several programs pre-installed (is that what you mean by being functional?) and if you need other programs, it's very easy to install them.
 
Back
Top