From 783313f53de0599e0046654df926daa507c9eb30 Mon Sep 17 00:00:00 2001 From: Brannon King Date: Fri, 24 Sep 2021 13:25:27 -0400 Subject: [PATCH] [lbry] increase open file limit to 2048 --- limits/limits_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/limits/limits_unix.go b/limits/limits_unix.go index 7972b05e..f8511458 100644 --- a/limits/limits_unix.go +++ b/limits/limits_unix.go @@ -13,8 +13,8 @@ import ( ) const ( - fileLimitWant = 2048 - fileLimitMin = 1024 + fileLimitWant = 2048 * 12 + fileLimitMin = 2048 * 8 ) // SetLimits raises some process limits to values which allow btcd and