Vladimir said:
Is there any real benefit of making another partition for
storing pagefile.sys (swap file)?
No, it's not only not a benefit, it's a detriment.What it does is move the
page file to a location on the hard drive distant from the other
frequently-used data on the drive. The result is that every time Windows
needs to use the page file, the time to get to it and back from it is
increased.
Also, what about making such partition on another HD?
Putting the page file on a second *physical* drive is a good idea, since it
decreases head movement, but not to a second partition on a single drive. A
good rule of thumb is that the page file should be on the most-used
partition of the least-used physical drive. For almost everyone with a
single drive, that's C:.
If you have enough RAM, the penalty formoving the page file to a second
partition may be slight, since you won't use the page file much, but it
won't help you.
Also, the other problem with a separate partition like this is that you run
the risk of making it too small, in which case programs will fail for lack
of virtual memory, or too large, which is wasteful of disk space. If you
leave it on C:, it can expand or contract as needed.
Is making a fixed size swap, of 4GB for example, better
than "Let Windows to choose..." ?
No. 4GB is *way* more than almost anyone needs.