From 5be23d1b20bf96f9605b4ae0cf6d7eb1d17d7a2b Mon Sep 17 00:00:00 2001 From: Sam Morrison Date: Thu, 29 Oct 2020 15:32:28 +1100 Subject: Support ram quota Set default to -1 so this is backwards compatible. Existing installations will need to manully backfill quote usage for this to work as expected. Story: 2008293 Task: 41172 Change-Id: I455477a2e7a00f0d132971a2a684352967ac19b9 --- releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/wallaby-add-ram-quota-d8e64d0385b1429f.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1