Hiya Guys:
I have a question, my system have 3 gigs of memory, I was thinking since my system have such memory quantity, why will use swap space?
Please check this out,
bob@bob-64bits:~$ free -m
total used free shared buffers cached
Mem: 3017 563 2454 0 15 209
-/+ buffers/cache: 338 2679
Swap: 6236 38 6197
bob@bob-64bits:~$
As u can see there is a lot of physical memory available, why then the OS will get swap space and how can I clear it?
Regards,
MepisReign
I have a question, my system have 3 gigs of memory, I was thinking since my system have such memory quantity, why will use swap space?
Please check this out,
bob@bob-64bits:~$ free -m
total used free shared buffers cached
Mem: 3017 563 2454 0 15 209
-/+ buffers/cache: 338 2679
Swap: 6236 38 6197
bob@bob-64bits:~$
As u can see there is a lot of physical memory available, why then the OS will get swap space and how can I clear it?
Regards,
MepisReign

Beware the Almighty Command Line


, but while you do usually get better performance, you loose responsiveness (ie. perceived performance), changing to a swaped app takes a lot more, as it has to be read from disk.
Comment