From 1d0e5112406c64c7b4b98379a260fadb5d9104d7 Mon Sep 17 00:00:00 2001 From: Sameer Wagh Date: Thu, 30 May 2024 09:20:39 -0400 Subject: [PATCH] Adding resource constraint notes to main README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f8ed0c304..9af3984a125 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,10 @@ domain_client = sy.login( ## Deploy Kubernetes Helm Chart -#### 0. Deploy Kubernetes with 8+ Cores and 16GB RAM +#### 0. Deploy Kubernetes + +Required resources: 1 CPU and 4GB RAM. However, you will need some special instructions to deploy, please consult [these instructions](https://github.com/OpenMined/PySyft/blob/dev/notebooks/tutorials/deployments/03-deploy-k8s-k3d.ipynb) or look at the resource constraint testing [here](https://github.com/OpenMined/PySyft/pull/8828#issue-2300774645). +Recommended resources: 8+ Cores and 16GB RAM If you're using Docker Desktop to deploy your Kubernetes, you may need to go into Settings > Resources and increase CPUs and Memory.