Re: [systemd-devel] set rr scheduler failed with cpushares

2014-12-03 Thread Lennart Poettering
On Wed, 03.12.14 22:13, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > Hi, > > > On Tue, Dec 2, 2014 at 7:12 PM, Lennart Poettering > wrote: > > On Mon, 17.11.14 23:46, WaLyong Cho (walyong@samsung.com) wrote: > > > >> Hello, > >> > >> I'd made two different services. One has *CPUSched

Re: [systemd-devel] set rr scheduler failed with cpushares

2014-12-03 Thread Umut Tezduyar Lindskog
Hi, On Tue, Dec 2, 2014 at 7:12 PM, Lennart Poettering wrote: > On Mon, 17.11.14 23:46, WaLyong Cho (walyong@samsung.com) wrote: > >> Hello, >> >> I'd made two different services. One has *CPUSchedulingPolicy=rr* and >> the others has *CPUShares=*. >> >> Could anyone help me? > > If CPUShare

Re: [systemd-devel] set rr scheduler failed with cpushares

2014-12-02 Thread Lennart Poettering
On Mon, 17.11.14 23:46, WaLyong Cho (walyong@samsung.com) wrote: > Hello, > > I'd made two different services. One has *CPUSchedulingPolicy=rr* and > the others has *CPUShares=*. > > Could anyone help me? If CPUShares= is set this has the effect that the service and all services in the same

[systemd-devel] set rr scheduler failed with cpushares

2014-11-17 Thread WaLyong Cho
Hello, I'd made two different services. One has *CPUSchedulingPolicy=rr* and the others has *CPUShares=*. # cat foo.service [Unit] Description=foo has CPUSchedulingPolicy= [Service] RemainAfterExit=yes ExecStart=/bin/true CPUSchedulingPolicy=rr # cat bar.service [Unit] Description=bar has CPUSh