Emacs maximum buffer size
Emacs maximum buffer size
Posted Mar 6, 2008 17:34 UTC (Thu) by anton (subscriber, #25547)In reply to: Definition of software bloat - see "Emacs" (veering off-topic) by nix
Parent article: Emacs news: new maintainer, version 22 pretest
Yes, I also guess that the buffer size limit comes from the limited word size combined with needing some bits for Lisp tags. I just made a few experiments:
- Starting a 32-bit Emacs on a 159MB file: "Maximum buffer size exceeded".
- Starting a 32-bit Emacs on a 127.1MB file: works, and that emacs then has a VSZ of 137MB and an RSS of 134MB.
- Starting a 64-bit Emacs on an 784MB file: works.
