FlamingTempura / bibtex-tidy

Cleaner and Formatter for BibTeX files
https://flamingtempura.github.io/bibtex-tidy/
MIT License
859 stars 66 forks source link

Is there a maximum file size? #420

Closed adriancheok closed 1 month ago

adriancheok commented 10 months ago

When I try to run bibtex-tidy on the web or desktop it says 0 files cleaned when I put in my entire bib file. But it works on the default file in the web site. Is there a maximum file size of the Bibtex file it can run on?

FlamingTempura commented 6 months ago

Hi @adriancheok - The hard limit is likely around 2GB (node.js memory limit). In practice it'll probably be very slow at 100mb.

Are you able to share the bibtex file that was causing the issue?

FlamingTempura commented 1 month ago

Closed as inactive