From 588e3c1e669b1037d66f6abf3dcedaa37529cd26 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Mon, 6 Jun 2022 14:52:31 +0200 Subject: [PATCH] chore(doc): update readme issues --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1dd251..1577fc1 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,5 @@ The same ignore flags are used in the `save` command. Resolved by creating an access token and set it as password in configuration - WSL might have a rough time with opened files by `homebrew` and throwing `Error: too many open files`. [This thread](https://github.com/Homebrew/linuxbrew-core/issues/21139) discuss about this issue. - The workaround seems to be settings the filesystem limit (`ulimit -Hn && ulimit -Sn`) to the maximum value (which was 4096 on my machine). + The workaround seems to be increase the filesystem limit (`ulimit -Hn && ulimit -Sn`). Another way is to launch again your command as homebrew already installed + some the packages.