From 6dbcc34df6d18fb324d0b85807f0a9e406b50ad6 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 23 Mar 2017 15:31:05 +0000 Subject: [PATCH] reduce UV thread-pool size to 16 --- libraries/metrics/uv_threadpool_size.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/metrics/uv_threadpool_size.coffee b/libraries/metrics/uv_threadpool_size.coffee index 77978a42c5..c0947fee31 100644 --- a/libraries/metrics/uv_threadpool_size.coffee +++ b/libraries/metrics/uv_threadpool_size.coffee @@ -1,2 +1,2 @@ -process.env.UV_THREADPOOL_SIZE=128 -console.log "Set UV_THREADPOOL_SIZE=#{process.env.UV_THREADPOOL_SIZE}" \ No newline at end of file +process.env.UV_THREADPOOL_SIZE=16 +console.log "Set UV_THREADPOOL_SIZE=#{process.env.UV_THREADPOOL_SIZE}"