Eu recebo a seguinte mensagem de erro quando tento executar o cgconfigparser.
:syntax error number 1 at
Error: failed to parse file /etc/cgconfig.conf
cgconfigparser; error loading /etc/cgconfig.conf: Have multiple paths for the same namespace
Este é o meu arquivo cgconfig.conf:
group coind {
perm {
admin {
uid = coin;
gid = coin;
}
task {
uid = coin;
gid = coin;
}
}
cpu {
cpu.shares="512";
}
memory {
memory.swappiness="60";
memory.limit_in_bytes="1073741824";
memory.memsw.limit_in_bytes="3221225472";
}
net_cls {
net_cls.classid="0";
}
blkio {
blkio.throttle.write_bps_device="";
blkio.throttle.read_bps_device="";
}
}
Eu realmente gostaria de não precisar configurá-lo manualmente toda vez que eu reiniciasse.