Bellwright

Bellwright

Not enough ratings
[fix] Out of VRAM
By KaXaK
Error : out of VRAM
   
Award
Favorite
Favorited
Unfavorite
Fix
if you crash with error out of vram try:
open explorer go to %localappdata%\Bellwright\Saved\Config\Windows (copy/paste into explorer)
add this lines to engine.ini to limit the stream.poolsize :
[SystemSettings] r.CreateShadersOnLoad=1 r.Streaming.LimitPoolSizeToVRAM=6000 r.Streaming.PoolSize=6000 r.Streaming.MaxTempMemoryAllowed=3000 r.RenderTargetPoolMin=1200 r.Streaming.FramesForFullUpdate=2 r.Streaming.Boost=2 r.GTSyncType=1 r.OneFrameThreadLag=1 s.LevelStreamingComponentsUnregistrationGranularity=10 s.LevelStreamingComponentsRegistrationGranularity=30 r.Streaming.NumStaticComponentsProcessedPerFrame=200 gc.TimeBetweenPurgingPendingKillObjects=200 [/script/engine.renderersettings] r.CreateShadersOnLoad=1 r.HZBOcclusion=2 r.SkinCache.CompileShaders=1 r.DBuffer=0 [/script/engine.garbagecollectionsettings] gc.CreateGCClusters=1

You can adjust values!