We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d43e6c commit 4b5977cCopy full SHA for 4b5977c
2 files changed
docs/Doxyfile
@@ -1005,7 +1005,7 @@ EXAMPLE_RECURSIVE = NO
1005
# that contain images that are to be included in the documentation (see the
1006
# \image command).
1007
1008
-IMAGE_PATH = docs/Images/
+IMAGE_PATH = docs/Figures/
1009
1010
# The INPUT_FILTER tag can be used to specify a program that doxygen should
1011
# invoke to filter for each input file. Doxygen will invoke the filter program
focused.slice
@@ -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