aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/patches/040-memory-limits.patch
Commit message (Collapse)AuthorAgeFilesLines
* lua: introduce soft memory limits that trigger a gc run but do not result in ↵Jo-Philipp Wich2009-07-261-10/+22
| | | | | | an oom error SVN-Revision: 17016
* package/lua: implement memory limits, scripts can use get_memory_limit() and ↵Jo-Philipp Wich2009-07-091-0/+277
set_memory_limit() to cap the maximum ram usage SVN-Revision: 16753