Quote:
Originally Posted by cola
Will the Fedora 10 be slower?
My ram size:1GB.
And increasing the swap space has no effect on windows.Am I right?
|
Fedora won't be slower if you have a big or small swap space.

The execution speed is based on your CPU(s) and it won't change if you boot into Windows or Linux...nor if you have plenty of swap space.

The swap is useful so applications can allocate memory even if your RAM is full. The swap partitions aren't ways to improve the speed of your PC

They are useful to let your computer work even on high loads because of high memory requirements.

However, adding to your computer some real RAM, will increase the speed of your PC... if the bottleneck you have is related to a low (ram)memory and high swap-usage.
Quote:
Originally Posted by cola
Is there any relation between tmpfs and swaps ?
Where did it get 501M from?
What do the swap and tmpfs do?
And what does the /tmp directory do?
|
I'm not even sure, but i think tmpfs is a virtual file to store temporary (tmp) files!

so "501M" are just 500 mb of your memory...
The "swap file" is a way to extend your RAM. So, if some software is asking for some memory, the OS (linux) will allocate it into the swap (or into the RAM and move something else into the swap) in order to give some memory to all applications, in place of returning a NULL pointer and some software without memory

The /tmp directory, is just a directory. Nothing more and nothing else.

Usually software need to save some big pieces of information and buffers, without requiring any high speed performance to reload them... so programmers just save those stuffs on normal-files... located into that directory (/tmp)
bye!!!!!!

