yansiyutian1
New Member
- Jan 16, 2021
- 1
- 0
- 11
Thanks a million!!I have 4GB GPU and 16GB RAM, tried to disable texture streaming / force all textures to load, in both scenarios game crashes (out of memory), however after an hour of testing I found a way to fix blurry textures without crashing the game.
You need to edit Engine.ini and add at the bottom:
[/Script/Engine.RendererSettings]
r.Streaming.PoolSize=0
Expect stuttering when the GPU starts using shared memory (RAM), but at least the game runs without crashing.