Revert "galene: increase limit of open files for galene process"
This reverts commit 16d90017 because new use of collective.recipe.template is forbidden.
Showing
-
Owner
- slapos.recipe.template
- /bin/sh instead of /bin/bash when possible
/cc @tomo
-
Owner
OK I will do.
/bin/sh instead of /bin/bash when possible
I though
ulimit
was bash only. -
Owner
Also, why is this a merge commit ???
-
Owner
/bin/sh instead of /bin/bash when possible
I though
ulimit
was bash only.Oh. Well, posix shell does have ulimit but it only supports
-f
. Since dash runsulimit -n $(ulimit -Hn)
correctly, we could ignore platforms with a more-limited implementation of /bin/sh. As you prefer.Also, why is this a merge commit ???
The question is rather why reverting a commit does not produce a merge commit, so that git-blame returns pertinent information. I am not the author of the resurrected lines.
Please register or sign in to comment