# In this example we do not allow those compilations triggered by make to use # more 4G RAM or 90% CPU, no matter how many parallel compilations are made rules: compilation: paths: [/usr/bin/make] action: execute group: compilation groups: compilation: ram: 4000 # We do not allow compilations to use more than 90% of CPU horse power, to # avoid our code editor to have "lag". cpu: 90 logging: file: /tmp/fetter.log