TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

Maximum File Size #118

Open prcrash opened 5 months ago

prcrash commented 5 months ago

What would be the file size limit for TAT?

DavidAnson commented 5 months ago

The entire contents of the file are read into memory and kept there. Typically, the amount of available memory on the user's machine establishes the practical maximum size limit for a file (before paging, etc., starts).