Skip to content

Commit

Permalink
Update content/influxdb/v2.0/write-data/developer-tools/csv.md
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Anderson <[email protected]>
  • Loading branch information
jstirnaman and sanderson authored May 14, 2021
1 parent 260660c commit 668470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/influxdb/v2.0/write-data/developer-tools/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ When attempting to write large amounts of CSV data into InfluxDB, you might see
Error: Failed to write data: unexpected error writing points to database: [shard <#>] fcntl: too many open files.
```

To fix this error on Linux or Mac OS, run the following command to increase the number of open files allowed:
To fix this error on Linux or macOS, run the following command to increase the number of open files allowed:

```
ulimit -n 10000
Expand Down

0 comments on commit 668470b

Please sign in to comment.