Skip to content

Commit 4b5977c

Browse files
authored
Add focused cgroup support (#206)
--- Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>
1 parent 0d43e6c commit 4b5977c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ EXAMPLE_RECURSIVE = NO
10051005
# that contain images that are to be included in the documentation (see the
10061006
# \image command).
10071007

1008-
IMAGE_PATH = docs/Images/
1008+
IMAGE_PATH = docs/Figures/
10091009

10101010
# The INPUT_FILTER tag can be used to specify a program that doxygen should
10111011
# invoke to filter for each input file. Doxygen will invoke the filter program

focused.slice

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
Description=Custom Cgroup for URM
3+
4+
[Slice]
5+
CPUQuota=100%
6+
MemoryMax=500M
7+
CPUWeight=100 # max weight for CPU
8+
IOWeight=100 # max weight for IO
9+
AllowedCPUs=0-7
10+
TasksMax=100 # maximum number of concurrent tasks (processes + threads) allowed in that cgroup

0 commit comments

Comments
 (0)