Skip to content

Commit

Permalink
docs: add supported node version to README
Browse files Browse the repository at this point in the history
  • Loading branch information
andradanyirestyan committed Sep 27, 2024
1 parent 62c1470 commit 214eeb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ The logs can be explored using [Bunyan CLI](http://trentm.com/node-bunyan/bunyan

# FAQ
<details>
<summary>What is the minimum version of Node that the tool supports?</summary>
<br/>
<p>Please check the <code>.nvmrc</code> file for the supported version of Node.</p>
</details>
<details>
<summary><code>Error: ENFILE: file table overflow, open</code> or <code>Error: EMFILE, too many open files</code></summary>
<br/>
<p>If you see these errors then you may need to bump <b>ulimit</b> to allow more open file operations. In order to keep the operations more performant tool logs as soon as it is convenient rather than wait until very end of a loop and log a huge data structure. This means depending on number of concurrent imports set the tool may exceed the system default <b>ulimit</b>.</p>
Expand Down

0 comments on commit 214eeb3

Please sign in to comment.