UNPKG

masson

Version:

Module execution engine for cluster deployments.

21 lines (16 loc) 502 B
# Cgroups Configure cgroups for limiting resources. For now a group controller can only be set to CPU. It works on both redhat 6.x/7.x releases and can be used at runtime in other modules to retrieve the cgroup cpu mount point. export default configure: 'masson/core/cgroups/configure' commands: 'install': [ 'masson/core/cgroups/install' 'masson/core/cgroups/start' ] 'start': [ 'masson/core/cgroups/start' ]