mirror of
https://git.suyu.dev/suyu/ci-docker
synced 2024-11-21 14:29:15 -07:00
Increased max open file limit
This commit is contained in:
parent
ca4e5532c4
commit
2ac479d97b
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue