Skip to content
Snippets Groups Projects
Commit 9cdcd6e2 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

Merge branch 'archbuild-user-weights' into 'master'

archbuild: Distribute CPU and IO resources equally among users

See merge request !564
parents 927178ad 174544ff
No related branches found
No related tags found
1 merge request!564archbuild: Distribute CPU and IO resources equally among users
Pipeline #17927 passed
[Slice]
CPUWeight=100
IOWeight=100
......@@ -62,6 +62,9 @@
- mkpkg@.timer
- mkpkg@.service
- name: install user-.slice snippet
copy: src=user-.slice.d dest=/etc/systemd/system owner=root group=root mode=0644
- name: start and enable archbuild mounts
service: name={{ item }} enabled={{ "yes" if archbuild_fs == 'tmpfs' else "no" }} state={{ "started" if archbuild_fs == 'tmpfs' else "stopped" }}
with_items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment