On Mon, 13 Mar 2023, 12:36 Simon Deziel, <[email protected]> wrote: > egrep still consumes a lot of memory for me. A workaround I've been > using is to add this to /etc/logcheck/logcheck.conf: > > # XXX: prevent grep from using incredible amounts of RAM (>3G RSS) > # this also speeds up grep a lot > export LC_ALL=C >
interesting - does using C.UTF-8 have the same effect?

