add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / net / kamailio / patches / 005-config_h.patch
1 --- a/config.h
2 +++ b/config.h
3 @@ -48,7 +48,7 @@
4  
5  #define MAX_LISTEN 16          /*!< maximum number of addresses on which we will listen */
6  
7 -#define CHILD_NO    8          /*!< default number of child processes started */
8 +#define CHILD_NO    4          /*!< default number of child processes started */
9  
10  #ifndef RT_NO
11  #define RT_NO 80               /*!< routing tables number */
12 @@ -119,7 +119,7 @@
13  #define PKG_MEM_POOL_SIZE 4*1024*1024          /*!< Used only if PKG_MALLOC is defined*/
14  #endif
15  
16 -#define SHM_MEM_SIZE 32                                /*!< Used if SH_MEM is defined*/
17 +#define SHM_MEM_SIZE 8                         /*!< Used if SH_MEM is defined*/
18  
19  #define TIMER_TICK   1                         /*!< one second */
20  #define UTIMER_TICK  100*1000                  /*!< 100 miliseconds*/