fix(core): update
This commit is contained in:
parent
8378ffb419
commit
09470996d4
@ -18,7 +18,7 @@ int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_
|
||||
pthread_attr_init(&local);
|
||||
attr = &local;
|
||||
}
|
||||
pthread_attr_setstacksize((void*)attr, 10 * 1024 * 1024); // 2 MB
|
||||
pthread_attr_setstacksize((void*)attr, 100 * 1024 * 1024); // 2 MB
|
||||
|
||||
func_t orig = (func_t)dlsym(RTLD_NEXT, "pthread_create");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user