Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20597 Discussions

How to increase VRAM on intel hd graphics

wmfoe
Beginner
2,737 Views

I've already tried doing it via registry editor, but it wouldn't work for me. What else can I do?

0 Kudos
6 Replies
AlHill
Super User
2,054 Views

Nothing. The graphics will allocate memory itself up to half of the available memory on your device.

 

Messing with the registry will get you into trouble.

 

Doc

 

0 Kudos
wmfoe
Beginner
2,054 Views

Is there a manual way to let it take up half of the available memory?

0 Kudos
AlHill
Super User
2,054 Views

Not that I am aware of. Instead, dynamically allocating what it needs would seem to be a better solution.

 

Doc

 

0 Kudos
n_scott_pearson
Super User
2,054 Views

And let me add: doing so *will not* make it run any faster​.

0 Kudos
wmfoe
Beginner
2,054 Views

Why not? Usually if a gpu has more vram, fps with many textures/polygons can slightly benefit from it.

0 Kudos
n_scott_pearson
Super User
2,054 Views

No, it doesn't work that way. The driver will automatically make available whatever the application asks for. Applications will only use what resources they've ask for; so having more memory reserved will not make it any faster. In fact, it could actually slow down the system because the memory available for Windows and applications is hard limited by this reservation.

...S

0 Kudos
Reply