summaryrefslogtreecommitdiff
path: root/releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml')
-rw-r--r--releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml b/releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml
new file mode 100644
index 00000000..951d1ac3
--- /dev/null
+++ b/releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Added the ability to quota on total amount of RAM in MB used per project.
+ Set ``quota.max_ram_per_tenant`` to enable. Default is -1 (unlimited)
+ to be backwards compatible. Existing installations will need to manually
+ backfill quote usage for this to work as expected.