From b7c4754be2912b7de93bfff881cfbbd6d62ff247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Mon, 27 Sep 2021 14:30:37 +0200 Subject: [PATCH] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 055f0b4c3..5eeed5a10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ We recommend using the `--release` flag to test the full performance of MeiliSea cargo test ``` -If you get a "Too many open size" error you might want to increase the open file limit using this command: +If you get a "Too many open files" error you might want to increase the open file limit using this command: ```bash ulimit -Sn 3000