packages/net/kamailio/patches/005-config_h.patch
nico 2a95010859 [packages] add kamailio (former openser)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-03 23:29:30 +00:00

21 lines
689 B
Diff

--- a/config.h
+++ b/config.h
@@ -48,7 +48,7 @@
#define MAX_LISTEN 16 /*!< maximum number of addresses on which we will listen */
-#define CHILD_NO 8 /*!< default number of child processes started */
+#define CHILD_NO 4 /*!< default number of child processes started */
#ifndef RT_NO
#define RT_NO 80 /*!< routing tables number */
@@ -119,7 +119,7 @@
#define PKG_MEM_POOL_SIZE 4*1024*1024 /*!< Used only if PKG_MALLOC is defined*/
#endif
-#define SHM_MEM_SIZE 32 /*!< Used if SH_MEM is defined*/
+#define SHM_MEM_SIZE 8 /*!< Used if SH_MEM is defined*/
#define TIMER_TICK 1 /*!< one second */
#define UTIMER_TICK 100*1000 /*!< 100 miliseconds*/