Difference between revisions of "Template:INI:Papyrus:iMinMemoryPageSize"
Jump to navigation
Jump to search
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...") |
imported>Qazaaq m (Scrivener07 moved page Template:Game:INI:Papyrus:iMinMemoryPageSize to Template:INI:Papyrus:iMinMemoryPageSize) |
(No difference)
|
Latest revision as of 12:31, 30 August 2019
iMinMemoryPageSize[edit source]
- 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.