also incase it hasnt been stated here, returning to a lower ugridtoload from a saved game is a crash garantuee, need to reset the value during playing per console
setini "ugridstoload:general" x (lower value)
saveini (creates that huge ini file)
refreshini
and then save your game
then the savegame has basicly been downgraded to to the lower value of ugridstoload
I was also wondering about
[Papyrus]
iMinMemoryPageSize=100000
iMaxMemoryPageSize=5000000
iMaxAllocatedMemoryBytes=3225419776
what exactly is affected if
iMinMemoryPageSize=100000
iMaxMemoryPageSize=5000000
are changed and does it need to be scaled with allocated memory?
anyone any expierience with it ?