Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
performance [2018/08/03 01:41] phear |
performance [2021/02/20 19:02] (current) |
||
---|---|---|---|
Line 23: | Line 23: | ||
=== Buy more RAM === | === Buy more RAM === | ||
Seriously, this game can commit 12GB of memory for it needs, so easiest way is to fill your PC with an additional RAM. The more RAM you have - the better your game experience is. Start with 16GB, but if you can afford more - buy more. Windows will precache all free memory with data it read frequently, basically preload your game data. | Seriously, this game can commit 12GB of memory for it needs, so easiest way is to fill your PC with an additional RAM. The more RAM you have - the better your game experience is. Start with 16GB, but if you can afford more - buy more. Windows will precache all free memory with data it read frequently, basically preload your game data. | ||
+ | |||
=== Optimize your pagefile === | === Optimize your pagefile === | ||
So what pagefile is? It's a file on your disk that's using as ' | So what pagefile is? It's a file on your disk that's using as ' | ||
+ | |||
== So what problems pagefile can have? == | == So what problems pagefile can have? == | ||
- it can be fragmented | - it can be fragmented | ||
- it can be not in the beginning of your HDD | - it can be not in the beginning of your HDD | ||
+ | |||
+ | == Deeper into pagefile problems == | ||
+ | Your pagefile can be fragmented, in other words it can be splitted and allocated in different areas of your HDD. HDD in fact is bunch of magnetic discs rotating at very high speeds (7200 RPM usually) and by it nature data allocated near beginning (center) of disc can be read at higher rates. So you want your pagefile to be defragmented (as a single series of data) and closer to beginning.\\ | ||
+ | Non-fixed size of pagefile makes it fragmented, because when it changing it size - it allocates currently free zone of your disk, and it can be not near already allocated zones for your pagefile.\\ | ||
+ | In order to prevent this **you need to set up your pagefile as fixed size, defragment your disk and move pagefile to beginning of disk**.\\ | ||
+ | |||
Line 41: | Line 49: | ||
- gpu overclocking, | - gpu overclocking, | ||
- | This is draft, do not link it anywhere, do not share it.\\ | + | ====== |
- | When it will be ready - I'll make it available. | + |