Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/164482
Change subject: HHVM: Increase the stack size soft limit to 64MiB ...................................................................... HHVM: Increase the stack size soft limit to 64MiB I'm still seeing frequent segfaults on fluorine:/a/mw-log/kernel.log, so I'd like to try doubling the limit once again, from 32 to 64 MiB. Change-Id: I0ef47db06f4a97fdffcc4c98ec13f7dc3692b268 --- M modules/hhvm/files/hhvm.conf 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/82/164482/1 diff --git a/modules/hhvm/files/hhvm.conf b/modules/hhvm/files/hhvm.conf index a89f199..c72cbf4 100644 --- a/modules/hhvm/files/hhvm.conf +++ b/modules/hhvm/files/hhvm.conf @@ -74,8 +74,8 @@ # Increase the maximum number of open files. limit nofile 65536 65536 -# Increase the maximum size of the stack. See bug 71486. -limit stack 33554432 unlimited +# Increase the maximum size of the stack to 64MiB. See bug 71486. +limit stack 67108864 unlimited # 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/164482 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0ef47db06f4a97fdffcc4c98ec13f7dc3692b268 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
