diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-03-05 09:13:53 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-03-07 19:14:22 +0100 |
commit | 057369ae1f3ad8d10b1a9e0baa5b63bc2b9087f5 (patch) | |
tree | f5a6b71c907f06f633e58938166802de794f1ea4 /package/base-files/Makefile | |
parent | 6c194078db6958e349114c8605304a7b87edae3e (diff) | |
download | upstream-057369ae1f3ad8d10b1a9e0baa5b63bc2b9087f5.tar.gz upstream-057369ae1f3ad8d10b1a9e0baa5b63bc2b9087f5.tar.bz2 upstream-057369ae1f3ad8d10b1a9e0baa5b63bc2b9087f5.zip |
base-files: tune fragment queue thresholds for available system memory
The default fragment low/high thresholds are 3 and 4 MB. On devices with
only 32MB RAM, these settings may lead to OOM when many fragments that
cannot be reassembled are received. Decrease fragment low/high thresholds
to 384 and 512 kB on devices with less than 64 MB RAM.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3c7f2308e9..f4505d6843 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=185 +PKG_RELEASE:=186 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |