lua: introduce soft memory limits that trigger a gc run but do not result in an oom error

SVN-Revision: 17016
This commit is contained in:
Jo-Philipp Wich
2009-07-26 15:06:43 +00:00
parent 3fee02f1a9
commit b18a60e1ac
2 changed files with 23 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lua
PKG_VERSION:=5.1.4
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \