From b0569b530ffa6420274ac78723ee344367f82fda Mon Sep 17 00:00:00 2001 From: Sakamoto Souta Date: Mon, 31 Jul 2023 08:25:56 +0000 Subject: [PATCH 1/2] write info --- README-ja.md | 6 +++--- README.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README-ja.md b/README-ja.md index aa6128b71..b8fa24f9c 100644 --- a/README-ja.md +++ b/README-ja.md @@ -23,9 +23,9 @@ QuickMPCはPEC(Privacy-Enhancing Computation)のひとつであるSMPC(Sec ## 開発時の注意 ### 推奨スペック - -- メモリ `16GB` 以上 -- ストレージ `20GB` 以上 +- CPU `4コア` 以上 +- メモリ `64GB` 以上 +- ストレージ `64GB` 以上 ## QuickMPC全体のテスト方法 1. ディレクトリを移動する diff --git a/README.md b/README.md index 5806e881f..7ac763184 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ This will enable businesses and engineers worldwide to use Python client librari ## Development Requirements ### Recommended -- memory: `16 GB` -- storage: `20 GB` +- CPU: `4 Core` +- memory: `646 GB` +- storage: `64 GB` ## Run all test suite 1. Change your current directory into `scripts/` From 99672caa73c231770d11d8f36a4bb4f59cdfa6f5 Mon Sep 17 00:00:00 2001 From: sakamoto-souta <129728798+sakamoto-souta@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:59:54 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac763184..ddd66737c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This will enable businesses and engineers worldwide to use Python client librari ### Recommended - CPU: `4 Core` -- memory: `646 GB` +- memory: `64 GB` - storage: `64 GB` ## Run all test suite