[asterisk-scf-commits] asterisk-scf/release/pjproject.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jun 1 20:04:27 CDT 2011


branch "master" has been updated
       via  101d37e6e300cf893c937fc9351bbdc67b129f4d (commit)
      from  5b7e532adec4a705015a19584591b538d1bd2108 (commit)

Summary of changes:
 pjlib/include/pj/config.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 101d37e6e300cf893c937fc9351bbdc67b129f4d
Author: Brent Eagles <beagles at digium.com>
Date:   Wed Jun 1 22:33:20 2011 -0230

    Upping default stack size to deal with x64 platform.

diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index aeeb47f..929acab 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -450,7 +450,7 @@
  * Default: 8192
  */
 #ifndef PJ_THREAD_DEFAULT_STACK_SIZE 
-#  define PJ_THREAD_DEFAULT_STACK_SIZE    8192
+#  define PJ_THREAD_DEFAULT_STACK_SIZE    8192 * (sizeof(long*)/sizeof(long))
 #endif
 
 

-----------------------------------------------------------------------


-- 
asterisk-scf/release/pjproject.git



More information about the asterisk-scf-commits mailing list