5

I installed cgroup on my ubuntu (13.9.0) using this command:

apt-get install cgroup-bin 

However, cgconfig.conf file has not been created in /etc and not anywhere else. Did I miss anything?

NaSh
  • 151

1 Answers1

3

This configuration file can be created in 2 ways:

  1. Copied from /usr/share/doc/cgroup-bin/examples/cgconfig.conf and then appropriately edited
  2. Semi-automatically generated by using cgsnapshot

References:

andrew.46
  • 39,359