Skip to content
Snippets Groups Projects
Commit fd115f8f authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Reduce CPU-cores to 5 per node

parent bb6d36ad
Branches
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ AverageCPUsUsage = Sum(My.ChildCPUsUsage)/Sum(My.ChildCPUs)
STARTD_ATTRS = $(STARTD_ATTRS), AverageCPUsUsage, HasDocker
# Set Number of CPUs to 20
NUM_CPUS = 10
NUM_CPUS = 5
#Check if filesystems are mounted
STARTD_CRON_JOBLIST = NODEHEALTH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment