mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2025-12-26 17:25:24 +01: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…
Add table
Add a link
Reference in a new issue