I did not seem to have trouble finding the file, literally. It showed up ok in a buffer, as I said in my bug report. The problem I had was that I could not move to the bottom of the buffer with M->. Can you? Bob On Sat, Mar 2, 2024 at 12:55 AM Eli Zaretskii wrote: > > Cc: J Moore , Alan Bundy , > > Grant Passmore , rms@gnu.org, > > Stas Boukarev > > From: Robert Boyer > > Date: Fri, 1 Mar 2024 17:30:56 -0600 > > > > Dear Emacs bug exterminators, > > > > The 1 gb file for which I give a url below does not seem to work in > Emacs. > > > > The file enumerates the primes below 10^9, so it would be very handy to > > have around. > > > > I can get the file into an Emacs buffer in literal mode. Thanks for > that. > > > > But then I cannot move to the bottom, i.e., using M->. In fact, in the > attempt to > > move to the bottom, things go so badly that I have to reboot my $100 > > Lenovo Chromebook. > > > > Is it just too big for Emacs to handle? > > Since your Emacs is a 64-bit build, a 1GB file shouldn't be too big, > provided that your system has enough virtual memory to support reading > it into memory (which might require more than 1GB, perhaps up to 2GB). > If Emacs says "Memory exhausted" when you visit that file, try > enlarging the size of swap for your system. >