danhermes69420

OPTIMIZATION UPDATE 8/3/2023

Jul 27th, 2023 (edited)
6,286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [SystemSettings]
  2. ;-----------------------------------Improve Performance Optimization------------------------------------------------------------
  3. rhi.SyncInterval=1
  4. rhi.SyncSlackMS=0
  5. r.GTSyncType=2
  6. r.OneFrameThreadLag=1
  7. r.VSync=1
  8. r.Streaming.NumStaticComponentsProcessedPerFrame=10
  9. s.LevelStreamingComponentsUnregistrationGranularity=5
  10. s.LevelStreamingComponentsRegistrationGranularity=5
  11. s.AsyncLoadingTimeLimit=2
  12. s.PriorityAsyncLoadingExtraTime=1
  13. s.UnregisterComponentsTimeLimit=2
  14. s.LevelStreamingActorsUpdateTimeLimit=2
  15. s.PriorityLevelStreamingActorsUpdateExtraTime=1
  16. s.ContinuouslyIncrementalGCWhileLevelsPendingPurge=0
  17. s.ForceGCAfterLevelStreamedOut=0
  18. gc.MultithreadedDestructionEnabled=0
  19.  
  20. [/script/engine.engine]
  21. bSmoothFrameRate=true
  22.  
  23. ;-----------------------------------Disable debugging/logging------------------------------------------------------------
  24. [CrashReportClient]
  25. bAgreeToCrashUpload=false
  26. bImplicitSend=False
  27.  
  28. [Core.Log]
  29. LogPluginManager=all off
  30. LogOnlineIdentity=all off
  31. LogOnlineSession=all off
  32. LogMemory=all off
  33. LogMemory=all off
  34. LogMemory=all off
  35. LogPakFile=all off
  36. LogTemp=all off
  37. LogLinker=all off
  38. LogOnline=all off
  39. LogOnlineGame=all off
  40. LogAnalytics=all off
  41. LogConfig=all off
  42. LogInteractiveProcess=all off
  43. LogInput=all off
  44. LogOnlineEntitlement=all off
  45. LogOnlineEvents=all off
  46. LogOnlineFriend=all off
  47. LogOnlinePresence=all off
  48. LogOnlineTitleFile=all off
  49. LogOnlineUser=all off
  50. LogGarbage=all off
  51. LogPIE=all off
  52. Global=off
Advertisement
Add Comment
Please, Sign In to add comment