xNVSE / NVSE

New Vegas Script Extender (NVSE)
https://git.io/JfSAo
710 stars 56 forks source link

Increase heap sizes #198

Closed WallSoGB closed 4 months ago

WallSoGB commented 4 months ago

Increases max size for the Default heap to 1GB and adds a setting for the File heap (max 192MB).

Removed Scrap heap leftovers - it's mostly used for small, temporary buffers (arrays mostly), so increasing its size makes little sense. (Also, it was commented out anyway).

Demorome commented 4 months ago

Looks good, thanks!