Ignore:
Timestamp:
Jul 13, 2008 1:12:36 PM (16 years ago)
Author:
bennylp
Message:

Ticket #564: Reduce the memory usage for default pjsip settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport_tls_ossl.c

    r2094 r2131  
    6767 
    6868#define MAX_ASYNC_CNT   16 
    69 #define POOL_LIS_INIT   4000 
    70 #define POOL_LIS_INC    4001 
    71 #define POOL_TP_INIT    4000 
    72 #define POOL_TP_INC     4002 
     69#define POOL_LIS_INIT   512 
     70#define POOL_LIS_INC    512 
     71#define POOL_TP_INIT    512 
     72#define POOL_TP_INC     512 
    7373 
    7474 
Note: See TracChangeset for help on using the changeset viewer.