emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#21527: closed (avoiding "memory exhausted" in 2.5.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21527: closed (avoiding "memory exhausted" in 2.5.4?)
Date: Sat, 24 Sep 2016 21:41:01 +0000

Your message dated Sat, 24 Sep 2016 14:40:23 -0700
with message-id <address@hidden>
and subject line Re: avoiding "memory exhausted" in 2.5.4?
has caused the debbugs.gnu.org bug report #21527,
regarding avoiding "memory exhausted" in 2.5.4?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21527: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21527
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: avoiding "memory exhausted" in 2.5.4? Date: Sun, 20 Sep 2015 17:47:24 -0400
i'm trying to grep an entire volume for a short, fixed string, but no matter 
what i do, i keep getting "grep: memory exhausted" errors

the only versions i have immediately available to me are 2.5.4 and and earlier; 
i can probably get an upgrade to the current one installed eventually, but it 
will take some time

since the string is fixed, i'm using -F

i've tried both with and without --mmap

i've tried both a -r recursive grep and separate runs using find -print0|xargs 
-r0 grep

since i'm really only interested in finding the file containing the string and 
if might be a binary file, i've also tried with and without -z on the theory 
that the problem was binaries without newlines, and NUL was more likely to 
occur than newline in such files (a suggestion i found online)

none of it's helped -- they all fail with "memory exhausted" at some point

does anyone have any other suggestions as to how to solve this? is it something 
fixed in a more recent grep? is there some other set of tools i could be using 
instead?

i'm currently working on getting some statistics on the line lengths (whether 
delimited by \n or \0) of the files involved, but that may take a bit of time
-- 
Aaron Davies
address@hidden


--- End Message ---
--- Begin Message --- Subject: Re: avoiding "memory exhausted" in 2.5.4? Date: Sat, 24 Sep 2016 14:40:23 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0
No further comment and it has been about a year. Closing the bug report.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]