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..ddd66737c 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: `64 GB` +- storage: `64 GB` ## Run all test suite 1. Change your current directory into `scripts/`