aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/patches/040-memory-limits.patch
Commit message (Collapse)AuthorAgeFilesLines
* lua: add reference counting for strings - this will need A LOT of testing, ↵Felix Fietkau2009-10-241-289/+0
| | | | | | but it should finally fix the excessive memory usage problems triggered by luci SVN-Revision: 18136
* 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