Template:INI:Papyrus:iMinMemoryPageSize

From the Fallout4 CreationKit Wiki
Revision as of 09:13, 28 August 2019 by imported>Qazaaq (Created page with "<onlyinclude> == iMinMemoryPageSize == * '''Default:''' <Code>128</Code> This is the smallest amount of memory the VM will allocate for a single stack page, in bytes. Smaller...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

iMinMemoryPageSize

  • Default: 128

This is the smallest amount of memory the VM will allocate for a single stack page, in bytes. Smaller values will waste less memory on small stacks, but larger values will reduce the number of allocations for stacks with many small frames, which improves performance.