Module: kamailio Branch: master Commit: 0d80032442df3f684f62d92841c2911e5d4af5b5 URL: https://github.com/kamailio/kamailio/commit/0d80032442df3f684f62d92841c2911e...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-11-29T15:55:55+01:00
Revert "core: increase SHM memory pool to 128 MB"
- This reverts commit 063e6a025b8ca0163af2147f057d29447c6f9760. - to be added as comment to default sysconfig packaging files
---
Modified: src/core/config.h
---
Diff: https://github.com/kamailio/kamailio/commit/0d80032442df3f684f62d92841c2911e... Patch: https://github.com/kamailio/kamailio/commit/0d80032442df3f684f62d92841c2911e...
---
diff --git a/src/core/config.h b/src/core/config.h index 96196a0224..0eda20302b 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -142,7 +142,7 @@ #endif #define PKG_MEM_POOL_SIZE PKG_MEM_SIZE*1024*1024 /*!< used only if PKG_MALLOC is defined*/
-#define SHM_MEM_SIZE 128 /*!< used if SH_MEM is defined*/ +#define SHM_MEM_SIZE 64 /*!< used if SH_MEM is defined*/ #define SHM_MEM_POOL_SIZE SHM_MEM_SIZE*1024*1024
/* dimensioning buckets in q_malloc */