Resource Constraints

Post Reply
variable
Starting out
Posts: 28
Joined: Mon Sep 21, 2015 10:09 pm
Contact:

Resource Constraints

Post by variable »

Running standard resource constraints from the command line yields nothing, when performed from the GUI the constraints are there, but shouldn't these work as well?

Code: Select all

docker run --cpu-period=100000 --cpu-quota=70000 --memory 3072 --hostname tensorboard -v /share/homes/my/temp/_ml/tfboard:/mnt/tf_logs -p 6006:6006 --name=tensorboard --tty --interactive tensorboard
The

Code: Select all

-cpu-period=100000 --cpu-quota=70000 --memory 3072
being of particular note
Post Reply

Return to “Container Station”