]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update the global pool here
authorJorge Pereira <jpereiran@gmail.com>
Thu, 7 Nov 2019 19:29:25 +0000 (16:29 -0300)
committerAlan DeKok <aland@freeradius.org>
Thu, 7 Nov 2019 20:14:59 +0000 (15:14 -0500)
Completing the commit 51ac6d9cd9fa1b3e15bca4aaa22834e5d44a7972

scripts/travis/startservice.sh

index a83e04451e98b46b100657c14c99ea5c6e5b84ef..122d4f2430e7b40bb70094da221c6d9cfc571f2e 100644 (file)
@@ -39,7 +39,7 @@ function run-tests() {
         export LDAP_TEST_SERVER_PORT="3890"
         export REDIS_IPPOOL_TEST_SERVER="127.0.0.1"
         export ANALYZE_C_DUMP="1"
-        export FR_GLOBAL_POOL=2M
+        export FR_GLOBAL_POOL=4M
         ## before_install
         if [ "${CC}" == 'gcc' ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 && sudo update-alternatives --config gcc; fi
         if [ "${CC}" == 'clang' ]; then sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-8 60 && sudo update-alternatives --config clang; fi