csvdiff icon indicating copy to clipboard operation
csvdiff copied to clipboard

Runtime Error: cannot allocate memory

Open datatraveller1 opened this issue 1 year ago • 1 comments

version: csvdiff version 1.4.0, running on MS Windows 11 command: csvdiff file1.csv file2.csv -p0,6,1,13,18 > csvdiff_result.csv After a few minutes the program crashes with: fatal error: runtime: cannot allocate memory

file1.csv: 8.0 GB, ~ 35.000.000 rows, 22 columns file2.csv: 9.5 GB, ~ 41.000.000 rows, 22 columns

I assume these files are too big for csvdiff?

datatraveller1 avatar Nov 13 '23 20:11 datatraveller1