Tim Starling has uploaded a new change for review. Change subject: Improve the shell cgroup feature ......................................................................
Improve the shell cgroup feature * Make the cgroup name configurable, so that it can be switched on and off in configuration, or so a different cgroup can be used for different wikis. The DefaultSettings.php entry also makes the feature more discoverable and so more useful to non-Wikimedia users. * Send named parameters to the shell script instead of numbered parameters. Send the command as argument 1, for easier ps -f interpretation. * Move the wrapper script to includes/, since it doesn't need to be executable anymore, so it doesn't make sense for it to be in bin/. * Remove the requirement for a release script to be used. Clean up in the wrapper script instead. The release script had to be configured globally, which might not be suitable for all MediaWiki installations. Change-Id: Ic8362cab63df162852d5df56cf695ef163cd6232 --- M RELEASE-NOTES-1.21 D bin/ulimit5.sh M includes/DefaultSettings.php M includes/GlobalFunctions.php A includes/limit.sh 5 files changed, 141 insertions(+), 33 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/59/47559/1 -- To view, visit https://gerrit.wikimedia.org/r/47559 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8362cab63df162852d5df56cf695ef163cd6232 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Tim Starling <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
