mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-23 07:19:10 +00:00
increase workers stack size. fixes crashing of regex filtering
This commit is contained in:
parent
68bb8c369c
commit
cf4443b7fd
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -694,7 +694,7 @@ int main(int argc,char **argv)
|
||||||
tattrp = 0;
|
tattrp = 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tret = pthread_attr_setstacksize(tattrp,20<<10);
|
tret = pthread_attr_setstacksize(tattrp,80<<10);
|
||||||
if (tret)
|
if (tret)
|
||||||
perror("pthread_attr_setstacksize");
|
perror("pthread_attr_setstacksize");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue