MCRcortex / nvidium

Fast minecraft rendering backend for sodium (nvidia only)
GNU Lesser General Public License v3.0
716 stars 82 forks source link

NVIDIUM causing other applications to lag #240

Closed wjpgit-vuw closed 3 months ago

wjpgit-vuw commented 3 months ago

Heya,

Loving the use of nvidium, just started using it. However, I've noticed that when it's enabled, other applications such as YouTube in full screen (while minecraft is also in full screen on another monitor) causes YouTube to run at about 2 frames per second. As soon as I disable Nvidium OR put minecraft into window mode, it runs smoothly again. Is this because Nvidium is causing my RTX 3060ti to solely focus majority of its power on minecraft?

KarmaMarazu commented 3 months ago

You can try limiting the vram usage of nvidium that might help a bit?

MCRcortex commented 3 months ago

when in fullscreen, windows will prioritize that application and since nvidium uses alot of the gpu resources, id suspect its just bottlenecking, id suggest enabling vsync or limiting fps.

wjpgit-vuw commented 3 months ago

when in fullscreen, windows will prioritize that application and since nvidium uses alot of the gpu resources, id suspect its just bottlenecking, id suggest enabling vsync or limiting fps.

Capping fps to 240 fixed it. Silly mistake, thank you!

MCRcortex commented 3 months ago

np! happy it was an easy fix