Files
@ r23730:3b11f535de42
Branch filter:
Location: cpp/openttd-patchpack/source/src/widgets/framerate_widget.h
r23730:3b11f535de42
1.2 KiB
text/x-c
Change: Limit memory allocations for each Squirrel instance
This can avoid out-of-memory situations due to single scripts using up the entire address space.
Instead, scripts that go above the maximum are killed.
The maximum is default 1 GB per script, but can be configured by a setting.
This can avoid out-of-memory situations due to single scripts using up the entire address space.
Instead, scripts that go above the maximum are killed.
The maximum is default 1 GB per script, but can be configured by a setting.