Update README.md

This commit is contained in:
Techognito 2025-08-08 17:31:29 +02:00
parent 13675f4ca6
commit 29336e56d8

View file

@ -1,3 +1,16 @@
# zipgrep-container
# ripgrep-container
need to limit memory consumption somehow…
so backstory time:
grep manages to use 60GiB of memory for 2 min and 42 seconds, but finishes
rg manages to get SSH and Cockpit to be killed by OOM-killer (I can't even get the time used, because it crashes)
my problem is that my filter contains 300M lines and is rougly 4GiB and no matter what I do Memory usage and the time consumption is to high.
tl;dr
I am torturing grep and rg, and need to limit the resources to rg