[sr-dev] git:master:0d800324: Revert "core: increase SHM memory pool to 128 MB"

Henning Westerholt hw at skalatan.de
Fri Nov 29 15:57:02 CET 2019


Module: kamailio
Branch: master
Commit: 0d80032442df3f684f62d92841c2911e5d4af5b5
URL: https://github.com/kamailio/kamailio/commit/0d80032442df3f684f62d92841c2911e5d4af5b5

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at 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/0d80032442df3f684f62d92841c2911e5d4af5b5.diff
Patch: https://github.com/kamailio/kamailio/commit/0d80032442df3f684f62d92841c2911e5d4af5b5.patch

---

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 */




More information about the sr-dev mailing list