Skip to content
Snippets Groups Projects
Commit be871483 authored by Maximilian Horzela's avatar Maximilian Horzela
Browse files

Put shares to 25%/75% working/not-working hours

parent 7cf423ea
No related tags found
1 merge request!26Try to find an optimal solution for the desktop-cloud
......@@ -35,7 +35,7 @@ DOCKER_MOUNT_VOLUMES = $(DOCKER_MOUNT_VOLUMES), NSCD
TargetLoad = \
ifThenElse( $(WorkHours) =?= TRUE, \
( $(NUM_CPUS)/4.0 ), \
( $(NUM_CPUS)/1.5 ) \
( 3.0*$(NUM_CPUS)/4.0 ) \
)
WANT_SUSPEND = TRUE
......@@ -66,14 +66,14 @@ NUM_SLOTS_TYPE_1 = 1
SLOT_TYPE_1_PARTITIONABLE = TRUE
# Winter setting
SLOT_TYPE_1 = 50%
SLOT_TYPE_1 = 25%
# Sommer setting
# SLOT_TYPE_1 = CPU=2 Memory=50% Disk=50%
#second slot is in owner state while working hour
NUM_SLOTS_TYPE_2 = 1
SLOT_TYPE_2 = 25%
SLOT_TYPE_2 = 50%
SLOT_TYPE_2_PARTITIONABLE = TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment