Tell me as soon you find an OS which can run with 512 MB RAM, or less.
? Machines in use here with 512 ram and single-core cpu, running squeeze, wheezy, jessie, sid with xfce4, TDE, openbox.
Tell me as soon you find an OS which can run with 512 MB RAM, or less.
twoflowers wrote:@linadian: For PCLinnuxOS there's a TDE build, too: https://wiki.trinitydesktop.org/LiveCDs
thenewguy wrote:If you're installing PC-BSD then there is no UFS option, they are ZFS only since several PC-BSD utilities assume ZFS is present. You could install FreeBSD with UFS and then install all the PC-BSD packages if you wanted.
However, there really isn't any reason to do that, ZFS is not a resource hog. I've been running it for years on machines with less than 2GB of RAM. In fact, I run a bunch of old used-to-be-desktops-now-file-servers with 1GB of RAM or less and they all are running with ZFS. Based on my experience you can run PC-BSD with Lumina and ZFS then the operating system will run smoothly on machines with 2GB of RAM.
fruitofloom wrote:Tell me as soon you find an OS which can run with 512 MB RAM, or less.
dzz wrote:Tell me as soon you find an OS which can run with 512 MB RAM, or less.
? Machines in use here with 512 ram and single-core cpu, running squeeze, wheezy, jessie, sid with xfce4, TDE, openbox.
fruitofloom wrote:Not that sure what would be the point to get more ram .... so that more sits idle?
fruitofloom wrote:Well: I got machines with more ram too.
Thing is: none of them uses more than +/- 300 (with claws, firefox, pidgin and tilda running). Most of that being used by firefox, of course.
Not that sure what would be the point to get more ram .... so that more sits idle?
root@thevenin:~# free -m
total used free shared buffers cached
Mem: 428 406 22 0 215 129
-/+ buffers/cache: 60 368
Swap: 534 0 534
root@thevenin:~# echo 3 >/proc/sys/vm/drop_caches
root@thevenin:~# free -m
total used free shared buffers cached
Mem: 428 35 393 0 0 9
-/+ buffers/cache: 26 402
Swap: 534 0 534
root@thevenin:~# dd if=/dev/zero of=hundredmb bs=1M count=100
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.766156 s, 137 MB/s
root@thevenin:~# free -m
total used free shared buffers cached
Mem: 428 137 291 0 0 109
-/+ buffers/cache: 27 400
Swap: 534 0 534
root@thevenin:~# time cat hundredmb >/dev/null # with file cached in spare RAM
real 0m0.192s
user 0m0.001s
sys 0m0.176s
root@thevenin:~# echo 3 >/proc/sys/vm/drop_caches
root@thevenin:~# time cat hundredmb >/dev/null # file must be reloaded from the disk
real 0m1.927s
user 0m0.003s
sys 0m0.226s
fruitofloom wrote:RU55EL wrote:fruitofloom wrote:Tell me as soon you find an OS which can run with 512 MB RAM, or less.
Puppy Linux - but you were probably expecting this answer.
Humor doesn't seem to work well ...
My point was that 2 Gigs is anything but low. Obviously that opinion is slightly old-fashioned.
I wouldn't hesitate to run any OS out there on a machine with 1 Gig of Ram.
Well: to say it more clear, to me a Gig sounds like quite comfortable.
But thanks for your answer, my fault not being clear. Puppy is fine too, of course.
saulgoode wrote:fruitofloom wrote:Well: I got machines with more ram too.
Thing is: none of them uses more than +/- 300 (with claws, firefox, pidgin and tilda running). Most of that being used by firefox, of course.
Not that sure what would be the point to get more ram .... so that more sits idle?
Linux will use any available spare RAM for caching disk blocks. This can greatly speed reloading of programs, libraries, and data files.
For example:
- Code: Select all
root@thevenin:~# free -m
total used free shared buffers cached
Mem: 428 406 22 0 215 129
-/+ buffers/cache: 60 368
Swap: 534 0 534
root@thevenin:~# echo 3 >/proc/sys/vm/drop_caches
root@thevenin:~# free -m
total used free shared buffers cached
Mem: 428 35 393 0 0 9
-/+ buffers/cache: 26 402
Swap: 534 0 534
root@thevenin:~# dd if=/dev/zero of=hundredmb bs=1M count=100
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.766156 s, 137 MB/s
root@thevenin:~# free -m
total used free shared buffers cached
Mem: 428 137 291 0 0 109
-/+ buffers/cache: 27 400
Swap: 534 0 534
root@thevenin:~# time cat hundredmb >/dev/null # with file cached in spare RAM
real 0m0.192s
user 0m0.001s
sys 0m0.176s
root@thevenin:~# echo 3 >/proc/sys/vm/drop_caches
root@thevenin:~# time cat hundredmb >/dev/null # file must be reloaded from the disk
real 0m1.927s
user 0m0.003s
sys 0m0.226s
fruitofloom wrote:More short:
You, saulgoode, think too that 2 Gigs is not enough?
Even though 5+ years ago 512 was pretty common and most were very happy with it.
(We already had modern browsers and modern DE's back then).
fruitofloom wrote:700 mb of ram are not enough to cache data?
Or, for the ones who consider a 2 Gig machine low-resources, 1700 mb ?
fruitofloom wrote:Last question: Is t here a point where it doesn't make any sense anymore? Is 16 Gig enough, or 32? 64 ? Or is it always better to have more ram?
fruitofloom wrote:I am really fine with my "speed", hence i won't get more ram anyway.
Users browsing this forum: No registered users and 16 guests