summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-24 14:30:40 +0200
committerjonmv <venstad@gmail.com>2022-10-24 14:30:40 +0200
commitb10fff0ea77b6d7bb312f159332b8de2fec5a84c (patch)
treefd2606facad2964c3881a521d6eeacdcb2de7104 /vespabase
parentfa29e75a71b49fc3925349457bb43de03b6d60d8 (diff)
Revert "Merge pull request #24543 from vespa-engine/ean/fix-ulimit-arg"
This reverts commit fa29e75a71b49fc3925349457bb43de03b6d60d8, reversing changes made to 67bba3a54687664a15998c60a50ec0bae55a30d3.
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/common-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/src/common-env.sh b/vespabase/src/common-env.sh
index 00bc6652699..41c25be4ac9 100755
--- a/vespabase/src/common-env.sh
+++ b/vespabase/src/common-env.sh
@@ -234,7 +234,7 @@ fixlimits () {
else
# number of open files:
if [ $file_descriptor -lt $file_descriptor_limit ]; then
- ulimit -n "$file_descriptor_limit" || exit 1
+ ulimit -n files || exit 1
fi
# core file size