Changeset 02e7483


Ignore:
Timestamp:
Mar 1, 2026, 5:49:01 PM (20 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
e0d90b2
Parents:
0957f62
Message:

increase user-thread stack from 64K to 256K

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r0957f62 r02e7483  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Oct 31 08:46:59 2025
    13 // Update Count     : 67
     12// Last Modified On : Sun Mar  1 15:43:17 2026
     13// Update Count     : 70
    1414//
    1515
     
    3131#define _INVOKE_H_
    3232
    33         enum { DEFAULT_STACK_SIZE = 65000 };
     33        enum { DEFAULT_STACK_SIZE = 256000 };                           // raised from 65000
    3434
    3535        struct __cfaehm_try_resume_node;
Note: See TracChangeset for help on using the changeset viewer.