Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I've recently upgraded my RAM to 64GB's. When playing I use about 21GB of RAM, but the page file is still being used for about 12GB's. Any chance to change that, so everything goes trough my RAM instead of partially?
deactivate or set your pagefile to min and max =0
https://steamcommunity.com/sharedfiles/filedetails/?id=2114415052&searchtext=pagefile
As for the page file: It's best to have the page file on the same drive as your operating system (Windows). Don't know about loading speed differences though.
So you can see that while going from a hard drive to an SSD is very nice 100× improvement, that SSD is still 1,000× slower than main memory. There is a lot that your computer can do to hide this latency (out–of–order execution, multiple threads, multiple cores), but virtual memory is _slow_. You want to avoid it at all costs.
I personally have used a very, very good NVME SSD (an Intel Optane 900P) with access times going as low as 3,000–6,000 nanoseconds as a swap device. It was amazing. I had a workload that required several hundred gigabytes of ram, but my machine only had 64GB, so it was dog slow. Worse, it needed to access the swap so frequently that it starved out all other programs on the machine; I couldn’t even move the mouse cursor until the program finished (seriously). After getting the Optane drive it was like night and day. My machine was perfectly usable, even though it was swapping several gigabytes of memory in and out every second. My program would still have been faster if I had 256GB of ram, but it didn’t take all day to run any more.
On the other hand, the Optane drive cost nearly as much as 256GB of ram plus a new motherboard and cpu to go with it. And it’s overkill for Cities: Skylines, which merely needs 10 or 20 GB of ram at a time.