From bce11c60f730a77a653b837d69a81e5ac2931b57 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 19 May 2023 13:26:42 -0700 Subject: [PATCH] Fix formatting and GPU limit/reservation description --- .../set-container-default-resource-limits.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/set-container-default-resource-limits.md b/docs/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/set-container-default-resource-limits.md index da7e81d9349..dcd0df91382 100644 --- a/docs/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/set-container-default-resource-limits.md +++ b/docs/how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/set-container-default-resource-limits.md @@ -37,5 +37,4 @@ The following resource limits can be configured: | CPU Reservation | The minimum amount of CPU (in millicores) guaranteed to the container. | | Memory Limit | The maximum amount of memory (in bytes) allocated to the container. | | Memory Reservation | The minimum amount of memory (in bytes) guaranteed to the container. - -| NVIDIA GPU Limit/Reservation | +| NVIDIA GPU Limit/Reservation | The amount of GPUs allocated to the container. The limit and reservation are always the same for GPUs. |