change future-thread count to 16
svn: r17941
This commit is contained in:
parent
db1533fa78
commit
8dc290d077
|
@ -161,7 +161,7 @@ static Scheme_Object *processor_count(int argc, Scheme_Object *argv[]);
|
|||
static void futures_init(void);
|
||||
static void init_future_thread(struct Scheme_Future_State *fs, int i);
|
||||
|
||||
#define THREAD_POOL_SIZE 12
|
||||
#define THREAD_POOL_SIZE 16
|
||||
#define INITIAL_C_STACK_SIZE 500000
|
||||
#define FUTURE_RUNSTACK_SIZE 1000
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user