9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-19 14:59:13 +00:00

Modify ulimit

This commit is contained in:
Kas-tle
2022-10-24 20:25:59 +00:00
committed by GitHub
parent c62f1416cd
commit 08e2c0c2d5

View File

@@ -85,12 +85,7 @@ done
if [[ ${disable_ulimit} == "true" ]] if [[ ${disable_ulimit} == "true" ]]
then then
ulimit -c unlimited
ulimit -i 31675
ulimit -l 65536
ulimit -o 1048576
ulimit -s unlimited ulimit -s unlimited
ulimit -u unlimited
status_message info "Changed ulimit settings for script:" status_message info "Changed ulimit settings for script:"
ulimit -a ulimit -a
fi fi