Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/220976
Change subject: Set hhvm.jit_pseudomain = false on all app servers ...................................................................... Set hhvm.jit_pseudomain = false on all app servers Translation cache growth appears to be slower on the canaries (which have this setting since e8c417522), with no appreciable slowdown. So roll it out elsewhere. See the commit message accompanying the aforementioned commit for rationale. Change-Id: If80ef13d582dd18f60dbf6b67203aa0b43fa8c75 --- M modules/hhvm/manifests/init.pp 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/76/220976/1 diff --git a/modules/hhvm/manifests/init.pp b/modules/hhvm/manifests/init.pp index e9beb0f..f693995 100644 --- a/modules/hhvm/manifests/init.pp +++ b/modules/hhvm/manifests/init.pp @@ -112,6 +112,7 @@ pid_file => '', # PID file managed by start-stop-daemon(8) resource_limit => { core_file_size => to_bytes('8 Gb') }, timeouts_use_wall_time => true, + jit_pseudomain => false, # Don't JIT file scope. See commit message of e8c4175221. apc => { expire_on_sets => true, # Purge on expiration }, -- To view, visit https://gerrit.wikimedia.org/r/220976 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If80ef13d582dd18f60dbf6b67203aa0b43fa8c75 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits