Fix configuration hangs with some images by expanding the threadpool

Change-type: patch
Signed-off-by: Tim Perry <tim@resin.io>
This commit is contained in:
Tim Perry 2018-08-20 17:00:19 +02:00
parent 5010a1e312
commit 295d6dee74

View File

@ -1,2 +1,7 @@
#!/usr/bin/env node
// We boost the threadpool size as ext2fs can deadlock with some
// operations otherwise, if the pool runs out.
process.env.UV_THREADPOOL_SIZE = '64';
require('../build/app');