Module: sip-router Branch: master Commit: 2376ef7c6f3317054c844ae9b99366d084065121 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2376ef7c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Oct 2 09:48:36 2014 +0200
core: default pkg memory size set to 8MB
- as per discussion on mailing lists
---
config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.h b/config.h index 45609e0..687e6a6 100644 --- a/config.h +++ b/config.h @@ -144,7 +144,7 @@ #define SRV_MAX_PREFIX_LEN SRV_TLS_PREFIX_LEN
#ifndef PKG_MEM_SIZE -#define PKG_MEM_SIZE 4 +#define PKG_MEM_SIZE 8 #endif #define PKG_MEM_POOL_SIZE PKG_MEM_SIZE*1024*1024 /*!< used only if PKG_MALLOC is defined*/