Template:INI:Papyrus:iMaxAllocatedMemoryBytes

From the Fallout4 CreationKit Wiki
Revision as of 13:31, 30 August 2019 by imported>Qazaaq (Scrivener07 moved page Template:Game:INI:Papyrus:iMaxAllocatedMemoryBytes to Template:INI:Papyrus:iMaxAllocatedMemoryBytes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

iMaxAllocatedMemoryBytes[edit source]

  • Default: 153600 (150kb)

This is the maximum amount of memory the VM will allocate in total for stack frames. If an allocation would push memory usage over this limit, the VM will instead wait for more memory to be freed. Increasing this value may improve performance in high-stress situations with lots of scripts running, but will use more memory. Note that it is possible to exceed this value temporarily while loading a save game due to slightly different allocation ordering.