Just a comment on linux memory use vs windows. If I remember rightly the file system on linux tends to keep files in memory until it needs the space so the memory usage goes up so when it says your using 700meg of ram this may actually mean your only using 200 meg for the system but there are 500meg of closed files. Windows seems to scrabble every last bit back and still suffer. I have an amd with 256MB ram with w2k it struggles to get started but isnt too bad after that even though I use VS.NET but it does seem to choke a lot. Running RH9.0 it almost seems to get bored.
You can run suse9.2 in 16MBytes Ram but you seem to need 64Mbytes to install it using the graphical interface. Same for RH9!
Send instant messages to your online friends http://uk.messenger.yahoo.com
On Mon, 9 May 2005 08:06:04 +0100 (BST) tom potts madtom1999@yahoo.com wrote:
Just a comment on linux memory use vs windows. If I remember rightly the file system on linux tends to keep files in memory until it needs the space so the memory usage goes up so when it says your using 700meg of ram this may actually mean your only using 200 meg for the system but there are 500meg of closed files. Windows seems to scrabble every last bit back and still suffer.
Yes and window has a first in, last out memory allocation system for NT 4.0 and win 9X series I don't know about later versions.
Unix has a first in, first out so performance is more predictable.
This was a hack to make the MS applications using the MS libraries run faster on small memory machines.
Regards
Owen Synge