User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 'backup' memory. In cases when you running out of memory - rarely used memory pages (memory page is fixed amount of data, storage unit) thrashing (moving) to this file. It's originally designed to 'do not instant reboot your PC when you have 0 bytes of free memory and you need to allocate more'. Generally you want to avoid using this file, because it really slow down your memory usage speed. Just imagine - RAM speed is on thousands level and your HDD is on decades level, no doubt it provides lags.\\ So what pagefile is? It's a file on your disk that's using as 'backup' memory. In cases when you running out of memory - rarely used memory pages (memory page is fixed amount of data, storage unit) thrashing (moving) to this file. It's originally designed to 'do not instant reboot your PC when you have 0 bytes of free memory and you need to allocate more'. Generally you want to avoid using this file, because it really slow down your memory usage speed. Just imagine - RAM speed is on thousands level and your HDD is on decades level, no doubt it provides lags.\\
 +
 == 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, occt for error checking\\ - gpu overclocking, occt for error checking\\
  
-This is draft, do not link it anywhere, do not share it.\\ +====== This is draft, do not link it anywhere, do not share it. When it will be ready - I'll make it available. ====== 
-When it will be ready - I'll make it available.+

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information