Skip to content

Commit

Permalink
do panic, don't crash 😉
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed May 7, 2023
1 parent 1048ad4 commit 437e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PERFORMANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ There are a number of commands/modes however (denoted by the clamp emoji - 🗜
In addition, `frequency`, `schema` and `tojsonl` - though they do not load the entire file into memory, uses additional memory proportional to the cardinality (number of unique values) of each column compared to other "streaming" commands (denoted by the accordion emoji - 🪗).

For very large files, this can be a problem, as qsv will run of memory and crash.
For very large files, this can be a problem, as qsv will run of memory and panic.
To prevent this, qsv has two memory check heuristics when running "non-streaming" commands:

### NORMAL mode
Expand Down

0 comments on commit 437e9f6

Please sign in to comment.