From b4623ef2dd3521c6cb06b88dfddd6d329696e7e2 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 7ebf8667..e55a1c28 100644 --- a/limits/limits_unix.go +++ b/limits/limits_unix.go @@ -12,8 +12,8 @@ import ( ) const ( - fileLimitWant = 2048 - fileLimitMin = 1024 + fileLimitWant = 2048 * 12 + fileLimitMin = 2048 * 8 ) // SetLimits raises some process limits to values which allow btcd and