You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nomad quota init yields the following content for Nomad v1.5.3 :
name = "default-quota"
description = "Limit the shared default namespace"
# Create a limit for the global region. Additional limits may
# be specified in-order to limit other regions.
limit {
region = "global"
region_limit {
cpu = 2500
memory = 1000
memory_max = 1000
}
variables_limit = 1000
}
Currently, memory_max and variables_limit are not implemented by the nomad_quota_specification resource.
Support for the aforementioned would be highly appreciated 😄
The text was updated successfully, but these errors were encountered:
nomad quota init
yields the following content for Nomad v1.5.3 :Currently,
memory_max
andvariables_limit
are not implemented by the nomad_quota_specification resource.Support for the aforementioned would be highly appreciated 😄
The text was updated successfully, but these errors were encountered: