d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Fps Drops Randomly
Prev123Next
Add Reply New Topic New Poll
Member
Posts: 8,980
Joined: Aug 3 2025
Gold: 26,494.22
Oct 26 2025 08:55am
okay tried multiple things now.

and still does not work

but CS2 eg, i have no framdrops. - only apex + fortnite - even i loading menus its visible.

i have a log from hardware monitor, as a csv file. - is it possible to share?
Member
Posts: 31,867
Joined: Jul 30 2012
Gold: 213,673.00
Oct 27 2025 03:01am
another bonus info that might be relevant.

i am running two screens.

Samsung 240 hz 1440p

AOC 144 gz 1080p

i have issues with connecting 2 x dp to gpu and the screens, if i want my mainscreen to have 240 hz refresh rate.

read that it might be the issue. ill try now with just 1 setting for both 144 hz.

might fix it


Using 2 monitors has known issues such as, some gpu configurations might force the high-refresh-rate monitor to sync with the slower one

It's often best to use monitors for separate tasks (like gaming on the high-refresh-rate monitor and browsing on the low-refresh-rate one)



okay tried multiple things now.

and still does not work

but CS2 eg, i have no framdrops. - only apex + fortnite - even i loading menus its visible.

i have a log from hardware monitor, as a csv file. - is it possible to share?


IMO this sounds like unstable RAM to me. Or maybe insuffient page cache (Windows virtual memory) so, try to increase
Windows 11's page cache by manually adjusting the paging file size (How to):

Advanced System Settings, navigate to the Virtual Memory section under the Advanced tab in Performance Options, uncheck "Automatically manage paging file size for all drives," select a drive, choose "Custom size," and then enter your desired initial and maximum sizes in megabytes before clicking "Set" and restarting your PC


Member
Posts: 7,583
Joined: Nov 27 2004
Gold: 1,076.00
Oct 27 2025 10:59am
I have a few games where it gets stuttering because frame generation is turned on turning off frame generation smoothing out for me not sure if this will help you, but it’s worth a try to look into as turning on and off frame generation is easy
Member
Posts: 8,980
Joined: Aug 3 2025
Gold: 26,494.22
Oct 27 2025 03:13pm
Using 2 monitors has known issues such as, some gpu configurations might force the high-refresh-rate monitor to sync with the slower one

It's often best to use monitors for separate tasks (like gaming on the high-refresh-rate monitor and browsing on the low-refresh-rate one)





IMO this sounds like unstable RAM to me. Or maybe insuffient page cache (Windows virtual memory) so, try to increase
Windows 11's page cache by manually adjusting the paging file size (How to):

Advanced System Settings, navigate to the Virtual Memory section under the Advanced tab in Performance Options, uncheck "Automatically manage paging file size for all drives," select a drive, choose "Custom size," and then enter your desired initial and maximum sizes in megabytes before clicking "Set" and restarting your PC


hmm okay, ill try it out.

difficult to change ram due to the gpu.. but ill try to switch places on them.

The wierd thing is, that i once had no issues with fortnite or apex on the fps, but then they updated and i got it again.

The strange thing is that it is two different games?..
Member
Posts: 31,867
Joined: Jul 30 2012
Gold: 213,673.00
Oct 28 2025 02:12am


IF everything else is not doing it for u, I hv written these for u and I hv no more ideas on it and good luck!

Step 1 – Uncap GPU VRAM Allocation (Registry Fix)
Open regedit and go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
Create / edit these DWORD (32-bit) values:
"TdrDelay"=10
"HwSchMode"=2
"DisablePreemption"=1
**To Undo/Revert = delete or set to 0
Restart PC after changes for smoother VRAM allocation and fewer driver resets.

Step 2 – Disable Windows VRAM Compression (Latency Fix)
Run Command Prompt as Admin and type:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v DisableGpuMemoryCompression /t REG_DWORD /d 1 /f
Revert:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v DisableGpuMemoryCompression /t REG_DWORD /d 0 /f
Restart PC to apply.
Removes extra compression overhead → smoother frame pacing & faster texture loads.

Step 3 – Tune NVIDIA Profile Inspector + Control Panel
In NVIDIA Profile Inspector, set:
Frame Rate Limiter Mode → Off
Low Latency Mode → Ultra
Power Management Mode → Prefer Maximum Performance
Shader Cache → On
Texture Filtering Quality → High Performance
CUDA – Force P2 State → Off
Memory Transfer Rate Limit → 0
Then, in NVIDIA Control Panel → Manage 3D Settings:
Texture Filtering – Trilinear Optimization → On
Threaded Optimization → Auto
Vertical Sync → Off
Apply changes → more stable clocks and memory usage.

Step 4 – Optimize System Paging + Shared Memory
Press Win + R → sysdm.cpl → Advanced → Performance → Settings → Advanced → Virtual Memory.
Uncheck Automatic management and set:
Initial size = your RAM (in MB)
Maximum size = 1.5 × RAM (in MB)
Then run (Admin CMD):
wmic computersystem set AutomaticManagedPagefile=False
**To Undo/Revert Virtual Memory settings to “Automatic.”
Keeps texture streaming smooth when VRAM is maxed out.

Step 5 – Flush VRAM & Shader Caches Safely
Run these (Admin CMD):
del /s /q "%LocalAppData%\NVIDIA\DXCache"
del /s /q "%LocalAppData%\NVIDIA\GLCache"
del /s /q "%LocalAppData%\D3DSCache"
del /s /q "%AppData%\Vulkan\Cache"
ipconfig /flushdns
Restart PC. Caches rebuild automatically for cleaner frame loads and faster texture streaming.
Member
Posts: 8,980
Joined: Aug 3 2025
Gold: 26,494.22
Oct 28 2025 02:21am
^MichelinStar

IF everything else is not doing it for u, I hv written these for u and I hv no more ideas on it and good luck!

Step 1 – Uncap GPU VRAM Allocation (Registry Fix)
Open regedit and go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
Create / edit these DWORD (32-bit) values:
"TdrDelay"=10
"HwSchMode"=2
"DisablePreemption"=1
**To Undo/Revert = delete or set to 0
Restart PC after changes for smoother VRAM allocation and fewer driver resets.

Step 2 – Disable Windows VRAM Compression (Latency Fix)
Run Command Prompt as Admin and type:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v DisableGpuMemoryCompression /t REG_DWORD /d 1 /f
Revert:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v DisableGpuMemoryCompression /t REG_DWORD /d 0 /f
Restart PC to apply.
Removes extra compression overhead → smoother frame pacing & faster texture loads.

Step 3 – Tune NVIDIA Profile Inspector + Control Panel
In NVIDIA Profile Inspector, set:
Frame Rate Limiter Mode → Off
Low Latency Mode → Ultra
Power Management Mode → Prefer Maximum Performance
Shader Cache → On
Texture Filtering Quality → High Performance
CUDA – Force P2 State → Off
Memory Transfer Rate Limit → 0
Then, in NVIDIA Control Panel → Manage 3D Settings:
Texture Filtering – Trilinear Optimization → On
Threaded Optimization → Auto
Vertical Sync → Off
Apply changes → more stable clocks and memory usage.

Step 4 – Optimize System Paging + Shared Memory
Press Win + R → sysdm.cpl → Advanced → Performance → Settings → Advanced → Virtual Memory.
Uncheck Automatic management and set:
Initial size = your RAM (in MB)
Maximum size = 1.5 × RAM (in MB)
Then run (Admin CMD):
wmic computersystem set AutomaticManagedPagefile=False
**To Undo/Revert Virtual Memory settings to “Automatic.”
Keeps texture streaming smooth when VRAM is maxed out.

Step 5 – Flush VRAM & Shader Caches Safely
Run these (Admin CMD):
del /s /q "%LocalAppData%\NVIDIA\DXCache"
del /s /q "%LocalAppData%\NVIDIA\GLCache"
del /s /q "%LocalAppData%\D3DSCache"
del /s /q "%AppData%\Vulkan\Cache"
ipconfig /flushdns
Restart PC. Caches rebuild automatically for cleaner frame loads and faster texture streaming.


Thanks man! Ill try later today! Ill give an update
Member
Posts: 8,980
Joined: Aug 3 2025
Gold: 26,494.22
Dec 5 2025 04:46am
^MichelinStar

IF everything else is not doing it for u, I hv written these for u and I hv no more ideas on it and good luck!

Step 1 – Uncap GPU VRAM Allocation (Registry Fix)
Open regedit and go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
Create / edit these DWORD (32-bit) values:
"TdrDelay"=10
"HwSchMode"=2
"DisablePreemption"=1
**To Undo/Revert = delete or set to 0
Restart PC after changes for smoother VRAM allocation and fewer driver resets.

Step 2 – Disable Windows VRAM Compression (Latency Fix)
Run Command Prompt as Admin and type:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v DisableGpuMemoryCompression /t REG_DWORD /d 1 /f
Revert:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers" /v DisableGpuMemoryCompression /t REG_DWORD /d 0 /f
Restart PC to apply.
Removes extra compression overhead → smoother frame pacing & faster texture loads.

Step 3 – Tune NVIDIA Profile Inspector + Control Panel
In NVIDIA Profile Inspector, set:
Frame Rate Limiter Mode → Off
Low Latency Mode → Ultra
Power Management Mode → Prefer Maximum Performance
Shader Cache → On
Texture Filtering Quality → High Performance
CUDA – Force P2 State → Off
Memory Transfer Rate Limit → 0
Then, in NVIDIA Control Panel → Manage 3D Settings:
Texture Filtering – Trilinear Optimization → On
Threaded Optimization → Auto
Vertical Sync → Off
Apply changes → more stable clocks and memory usage.

Step 4 – Optimize System Paging + Shared Memory
Press Win + R → sysdm.cpl → Advanced → Performance → Settings → Advanced → Virtual Memory.
Uncheck Automatic management and set:
Initial size = your RAM (in MB)
Maximum size = 1.5 × RAM (in MB)
Then run (Admin CMD):
wmic computersystem set AutomaticManagedPagefile=False
**To Undo/Revert Virtual Memory settings to “Automatic.”
Keeps texture streaming smooth when VRAM is maxed out.

Step 5 – Flush VRAM & Shader Caches Safely
Run these (Admin CMD):
del /s /q "%LocalAppData%\NVIDIA\DXCache"
del /s /q "%LocalAppData%\NVIDIA\GLCache"
del /s /q "%LocalAppData%\D3DSCache"
del /s /q "%AppData%\Vulkan\Cache"
ipconfig /flushdns
Restart PC. Caches rebuild automatically for cleaner frame loads and faster texture streaming.


okay.

i have tried to clear cashe now.

tested all hardware.

i even had it in a pc repair shop and they couldnt find the problem.

its only fortnite and apex legends i have this issue..

Member
Posts: 31,867
Joined: Jul 30 2012
Gold: 213,673.00
Dec 5 2025 04:56am
okay.

i have tried to clear cashe now.

tested all hardware.

i even had it in a pc repair shop and they couldnt find the problem.

its only fortnite and apex legends i have this issue..


good luck, hope the tweaks help

Member
Posts: 8,980
Joined: Aug 3 2025
Gold: 26,494.22
Dec 5 2025 04:59am
good luck, hope the tweaks help


Still doesnt work, just tested it.

Its insane how software issues can make this happen.. hmm
Member
Posts: 31,867
Joined: Jul 30 2012
Gold: 213,673.00
Dec 5 2025 05:29am
I forgot to ask, which Windows (version) are you using?

Win10 is OK, Win11 ver 23H2 is stable for gaming, 24H2 and 25H2 needs to be heavily debloated.


Go Back To Computers & IT Topic List
Prev123Next
Add Reply New Topic New Poll