Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/171763
Change subject: hhvm: remove jemalloc profiling config due to a bug in HHVM ...................................................................... hhvm: remove jemalloc profiling config due to a bug in HHVM Change-Id: Iccfbf8f997d0d9d7f9cec47e0a83598c171563ad --- M modules/hhvm/files/hhvm.conf 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/63/171763/1 diff --git a/modules/hhvm/files/hhvm.conf b/modules/hhvm/files/hhvm.conf index 0e7378c..565e6a2 100644 --- a/modules/hhvm/files/hhvm.conf +++ b/modules/hhvm/files/hhvm.conf @@ -27,7 +27,9 @@ # endpoints of the admin server. See the jemalloc(3) man page for details. # You can override these options by assigning MALLOC_CONF a different value # in /etc/default/hhvm. -env MALLOC_CONF="prof:true,prof_active:false" +# BUG: apparently, heap profiling is on even with prof_active is +# false, although it's not intended to be. +#env MALLOC_CONF="prof:true,prof_active:false" script . /etc/default/hhvm -- To view, visit https://gerrit.wikimedia.org/r/171763 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iccfbf8f997d0d9d7f9cec47e0a83598c171563ad Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
