From 60de1fd6e0940d087300e19cdda19ef94c81bbb5 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Fri, 31 May 2024 15:32:40 -0700 Subject: [PATCH] Increase RAM to 3 GB for extension testing purposes --- deployments/a11y/config/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/a11y/config/common.yaml b/deployments/a11y/config/common.yaml index dedbd1dd7..f368e5284 100644 --- a/deployments/a11y/config/common.yaml +++ b/deployments/a11y/config/common.yaml @@ -53,5 +53,5 @@ jupyterhub: pvcName: home-nfs-v3 subPath: "{username}" memory: - guarantee: 512M - limit: 1G + guarantee: 3G + limit: 3G