pthread: bump min stack size
authorJens Axboe <axboe@fb.com>
Thu, 14 Jul 2016 17:36:12 +0000 (10:36 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 14 Jul 2016 17:36:12 +0000 (10:36 -0700)
commit45213f1b15f820e6791118b7200a1185e2af7d87
tree5319bd6df71ac8bf301521f5c2e2a06e5d066122
parent0bf31987c39999b8f93f9cee8a82c5e76f457cdb
pthread: bump min stack size

For some reason fio fails to create a thread with the stack size
set to the minimum. For now, let's just bump it to 2x the min size,
that seems to work...

Signed-off-by: Jens Axboe <axboe@fb.com>
gettime-thread.c
verify.c