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
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
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
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