Changeset 1475:7a96ca762dbb


Ignore:
Timestamp:
08/28/10 14:24:40 (18 months ago)
Author:
niam
Branch:
default
Message:

[pc::execution::thread] reduce default thread stack size

Location:
sources/include/libdodo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sources/include/libdodo/directives.h

    r1448 r1475  
    123123#define STRING_BUFFER_ALINGMENT 32 
    124124 
     125/** 
     126 * default thread stack size 
     127 */ 
     128#define THREAD_STACK_SIZE 262144 
     129 
    125130#endif 
  • sources/include/libdodo/pcExecutionThread.h

    r1468 r1475  
    6464                       short         action, 
    6565                       bool          detached = false, 
    66                        unsigned long stackSize = 8388608); 
     66                       unsigned long stackSize = THREAD_STACK_SIZE); 
    6767 
    6868#ifdef DL_EXT 
Note: See TracChangeset for help on using the changeset viewer.