summaryrefslogtreecommitdiffstats
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, ↵nbd2009-10-241-289/+0
| | | | | | but it should finally fix the excessive memory usage problems triggered by luci git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: introduce soft memory limits that trigger a gc run but do not ↵jow2009-07-261-10/+22
| | | | | | result in an oom error git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/lua: implement memory limits, scripts can use get_memory_limit() and ↵jow2009-07-091-0/+277
set_memory_limit() to cap the maximum ram usage git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16753 3c298f89-4303-0410-b956-a3cf2f4a3e73