Update README.md
This commit is contained in:
parent
13675f4ca6
commit
29336e56d8
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
|
@ -1,3 +1,16 @@
|
|||
# zipgrep-container
|
||||
# ripgrep-container
|
||||
|
||||
need to limit memory consumption somehow…
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue