Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/175391
Change subject: hhvm: set nofile limit to unlimited ...................................................................... hhvm: set nofile limit to unlimited Enforcing a limit does nothing except make HHVM choke if it reaches it. Change-Id: If772b3ae14933074bbe33e4b17cc7ccbca2cb139 --- M modules/hhvm/files/hhvm.conf 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/91/175391/1 diff --git a/modules/hhvm/files/hhvm.conf b/modules/hhvm/files/hhvm.conf index 0e7378c..ad03c51 100644 --- a/modules/hhvm/files/hhvm.conf +++ b/modules/hhvm/files/hhvm.conf @@ -64,8 +64,8 @@ # Don't limit the size of core dumps. limit core unlimited unlimited -# Increase the maximum number of open files. -limit nofile 65536 65536 +# Don't limit the maximum number of open files. +limit nofile unlimited unlimited # Increase the maximum size of the stack to 64MiB. See bug 71486. limit stack 67108864 unlimited -- To view, visit https://gerrit.wikimedia.org/r/175391 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If772b3ae14933074bbe33e4b17cc7ccbca2cb139 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
