Increased max open file limit

This commit is contained in:
niansa 2024-03-10 22:54:21 +01:00
parent ca4e5532c4
commit 2ac479d97b

View file

@ -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"