Ori.livneh has submitted this change and it was merged.

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(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: If772b3ae14933074bbe33e4b17cc7ccbca2cb139
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to