As far as I understood this is an old problem but it only started at my system after reinstalling the game on the big update from February.
Once every minute or so, the game freezes for a couple of seconds and then resume normally.
I haven't made any changes to my PC for the last 2 years, no new hardware or software.
Obviously I tried with no addons, I've been updating all drivers in the last months and even repaired the game, but never found a way to fix it.
I've been searching everywhere, mostly I find old discussions but no one says how it was fixed.
Any ideas?
etchedpixels wrote: »
Lots will have changed on your PC in two years - all those automatic game, OS and other product updates!
Two thoughts:
- Do you only have 8GB RAM. If the game plus your other stuff ends up swapping to disk you'll see spikes like that (and the memory usage of the game seems to have changed) ?
- Are other graphic intensive games showing anything similar. If so you may want to check things like CPU fan and dust clogging because your machine will slow down hard if it gets close to overheating ('throttling') which can sometimes look like that ?
How many cores does your CPU have?
Are you using an Nvidia GPU? If so, I have had success with these settings:
Disable all audio drivers except the main driver you are using. In my case I disabled the Nvidia audio driver in my devices.
In UserSettings.txt change this setting to:
SET MinFrameTime.2 "0.00000000"
This setting should be used together with the Max Frame Rate setting in Nvidia Control Panel only. Since my monitor has a max frame rate of 60FPS at the resolution I'm playing, I have that setting at ON and 58. I also have the low latency mode to ON but I don't think that is relevant to the issue (micro stutter).
If you have more than 4 cores you can try to manually set the core usage in the UserSettings.txt. Try setting it to "4" or less cores i.e. "2" in the file:
SET MaxCoresToUse.4 "4"
SET RequestedNumJobThreads "4"
SET RequestedNumWorkerThreads "-1"
^(My CPU has 4 cores, 4 threads and no Hyper Threading)
Apart from that I use a program called "Intelligent Standby List Cleaner". https://www.wagnardsoft.com/content/intelligent-standby-list-cleaner-v1000-released
"The application will monitor and clear the memory standby list according to the configured options parameter you set.
It should help users who have stutters in games when using windows 10 Creator update and higher version of windows."
You can set the Timer Resolution when the prog is in "stopped" mode, I have it at 0.5ms and my conditions ar set for 8GB memory, so it purges "standby list memory" when "list size" is at least 1024MB and free memory below 1024MB.
All this has made my game as smooth as it possibly can get. I hope your problem gets solved.
Edit: Note that all changes to UserSettings.txt need to be done without the game running for the changes to stick.