Reduce resources.
This commit is contained in:
@@ -54,8 +54,8 @@ job "unifi" {
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 512
|
||||
memory = 1500
|
||||
cpu = 200
|
||||
memory = 1024
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,6 +76,11 @@ job "unifi" {
|
||||
privileged = true
|
||||
cap_add = ["NET_ADMIN", "NET_BROADCAST", "NET_RAW"]
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 50
|
||||
memory = 50
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user