From 2ac479d97be976549551bac5227733a63a622983 Mon Sep 17 00:00:00 2001 From: niansa Date: Sun, 10 Mar 2024 22:54:21 +0100 Subject: [PATCH] Increased max open file limit --- windows.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows.sh b/windows.sh index 177e556..2773b22 100755 --- a/windows.sh +++ b/windows.sh @@ -13,9 +13,8 @@ function min { setsid wineserver -p -f & # Increase open file limit -echo " --- Increasing max. open file limit" -ulimit -n 5120 - +echo " --- Trying to increase max. open file limit" +ulimit -n 5120 || (exit 0) # Install tools echo " --- Installing tools"