Hi.
I set cgroups for java, but it does not work and I have some ask.
I proceeded to install cgroups as follows the manual 3.17.
======= sudo apt-get install libcgroup-dev
sudo edit /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory swapaccount=1"
sudo update-grub
sudo reboot
and I checked the cmdline. cat /proc/cmdline print is BOOT_IMAGE=/boot/.. ~~ ro quiet cgroup_enable=memory swapaccount=1
next
sudo ./configure
During the execution of this command, I confirmed the following message.
*use Linux cgroups...: yes
sudo make build
sudo ./misc-tools/create_cgroups
and then, I run judgedaemon.
However, judgedamon displays the message "Not using cgroups". ========
Can you tell me where I made the mistake?
thanks.