]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we need more memory in the default global pool.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 6 Nov 2019 22:21:24 +0000 (17:21 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 6 Nov 2019 22:21:24 +0000 (17:21 -0500)
It would be nice if the functions would check for OOM in the
global pool and return a descriptive error.

.travis.yml

index 43f821990e52a987d9d1c244f260db54ba42f5a1..4a9894ece94f19ffcf5e1c3db8fa25f16ec8570d 100644 (file)
@@ -20,7 +20,7 @@ env:
 #  - REDIS_TEST_SERVER="127.0.0.1"
   - REDIS_IPPOOL_TEST_SERVER="127.0.0.1"
   - ANALYZE_C_DUMP="1"
-  - FR_GLOBAL_POOL=2M
+  - FR_GLOBAL_POOL=4M
   - secure: H+uQeyOgsIyXtIPPG2VzAG8S/8KYGHlHaWhdiNuz1LM3SMcEKoPqG6o/P+HO8HVvYnA6nelyGuEryV90UfuwGY9YC6A/pqPQvx/gXSso63Zt66XSaiZjulCSm9OV8EB3wyWF7VSQ/ZHcn+L01hIlsQXTqLprMaC33cM0FYPr9fY=
   matrix:
   - TEST_CERTS=yes DO_BUILD=yes LIBS_OPTIONAL=no LIBS_SHARED=yes BUILD_CFLAGS="-DWITH_EVAL_DEBUG"