Within the Nomad UI , recieving below error and idea how to resolve
nunet-adapter-NuNet 1 unplaced
- Constraint
${node.unique.name} = NuNet
filtered 38 nodes - Resources exhausted on 1 node
- Dimension cpu exhausted on 1 node
Within the Nomad UI , recieving below error and idea how to resolve
${node.unique.name} = NuNet
filtered 38 nodesWhat computer, operating system and virtual machine are you using?
Thanks @MacForaday for the response ,
I am using Windows 10 with Digital Ocean as the host on Ubuntu 20.04
My only guess is try using Oracle virtual machine version 6.1 like I do, but no guarantee that will work
Thanks i do some more digging around
Hi, @tony811. You need to increase the amount of cpu in MHz that you give for nunet.
As shown on http://ec2-54-237-89-2.compute-1.amazonaws.com:4646/ui/clients/fb88f4b6-f14d-c233-8d10-ca1c246add37 :
the reserved cpu to be used by the host : 1999 MHz
total cpu : 3998 MHz
available cpu for nunet : 3998 - 1999 = 1999 MHz
The cpu requirement of nunet-adapter is 2000 MHz.
Its working
i also rebooted the system