Parcourir la source

- inc'ed shmmem size
- up'ed ver. no

Andrei Pelinescu-Onciul il y a 23 ans
Parent
commit
65be1b4ce4
4 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1 1
      Makefile.defs
  2. 1 1
      config.h
  3. 2 2
      test/th-uri-2.cfg
  4. 1 1
      test/th-uri.cfg

+ 1 - 1
Makefile.defs

@@ -8,7 +8,7 @@
 VERSION = 0
 PATCHLEVEL = 8
 SUBLEVEL = 7
-EXTRAVERSION = -0-unstable
+EXTRAVERSION = -1-almost_stable
 
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 OS = $(shell uname -s)

+ 1 - 1
config.h

@@ -55,7 +55,7 @@
 #define PKG_MEM_POOL_SIZE 1024*1024
 
 /*used if SH_MEM is defined*/
-#define SHM_MEM_SIZE 128*1024*1024
+#define SHM_MEM_SIZE 256*1024*1024
 
 #define TIMER_TICK 1
 #define LONG_SLEEP	3600

+ 2 - 2
test/th-uri-2.cfg

@@ -15,14 +15,14 @@ log_stderror=yes # (cmd line: -E)
 #log_stderror=no	# (cmd line: -E)
 
 
-children=2
+children=4
 check_via=no     # (cmd. line: -v)
 dns=on           # (cmd. line: -r)
 rev_dns=yes      # (cmd. line: -R)
 #port=5070
 #listen=127.0.0.1
 #listen=192.168.57.33
-#listen=10.0.0.179
+listen=10.0.0.179
 loop_checks=0
 # for more info: sip_router -h
 

+ 1 - 1
test/th-uri.cfg

@@ -6,7 +6,7 @@
 
 
 debug=9          # debug level (cmd line: -dddddddddd)
-fork=yes          # (cmd. line: -D)
+#fork=yes          # (cmd. line: -D)
 fork=no
 log_stderror=yes # (cmd line: -E)
 #log_stderror=no	# (cmd line: -E)