Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/160510
Change subject: HHVM: Increase the maximum number of open files to 16384 ...................................................................... HHVM: Increase the maximum number of open files to 16384 mw1017 keeps hitting the max. of 4096, so increase it by a fair bit, while still keeping a limit to keep this from blowing up. Change-Id: I66bdfd306aa1b8303a0ea3d469bde099b47652eb --- M modules/hhvm/files/hhvm.conf 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/10/160510/1 diff --git a/modules/hhvm/files/hhvm.conf b/modules/hhvm/files/hhvm.conf index 44071a6..38ea0ff 100644 --- a/modules/hhvm/files/hhvm.conf +++ b/modules/hhvm/files/hhvm.conf @@ -56,7 +56,7 @@ limit core unlimited unlimited # Increase the maximum number of open files. -limit nofile 4096 4096 +limit nofile 16384 16384 # When 'hhvm.server.graceful_shutdown_wait' is set to a positive # integer, HHVM will perform a graceful shutdown on SIGHUP. -- To view, visit https://gerrit.wikimedia.org/r/160510 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I66bdfd306aa1b8303a0ea3d469bde099b47652eb Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
