diff options
author | Christian Segundo | 2024-09-01 20:56:37 +0200 |
---|---|---|
committer | Christian Segundo | 2024-09-01 20:56:37 +0200 |
commit | bc4ea590e019a3fb11069797991e8cc5f86e127f (patch) | |
tree | d9f62516d0904b2fbb1a12e2a4168f8642b19c29 /content/posts/2021-02-03-gentoo-no-desktop-lag.md | |
parent | fae17644b9ef2382994bf3ce7d288e08211c42ef (diff) | |
download | check-caps-lock-master.tar.gz |
Diffstat (limited to 'content/posts/2021-02-03-gentoo-no-desktop-lag.md')
-rw-r--r-- | content/posts/2021-02-03-gentoo-no-desktop-lag.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2021-02-03-gentoo-no-desktop-lag.md b/content/posts/2021-02-03-gentoo-no-desktop-lag.md index d5c9d20..21076b9 100644 --- a/content/posts/2021-02-03-gentoo-no-desktop-lag.md +++ b/content/posts/2021-02-03-gentoo-no-desktop-lag.md @@ -25,8 +25,8 @@ tags: `CPUShares` option defaults to 1024, `systemd` will create a user slice for each user with an active session, and all processes that user run will be - assigned to that slice, anything that a user may run will receive 4 times - the CPU time of processes assigned to the portage slice. + assigned to that slice, anything that a user may run will receive 4 times the + CPU time of processes assigned to the portage slice. ```sh ➜ ~ cat /sys/fs/cgroup/cpu,cpuacct/user.slice/cpu.shares |