erigon-pulse/erigon-lib/mmap
battlmonstr eb65ffbaa7
config: avoid OOM in docker using cgroups v2 limit (#6646) (#8632)
Tested on Debian 11 by:

    $ git revert HEAD
    $ make docker
    $ docker run --memory=8.8G <sha>

before the fix outputs:

    15.6 GB

after the fix outputs:

    8.8 GB
2023-11-01 09:02:34 +07:00
..
mmap_unix.go Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3' 2023-09-20 14:50:25 +02:00
mmap_windows.go Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3' 2023-09-20 14:50:25 +02:00
total_memory_cgroups_stub.go config: avoid OOM in docker using cgroups v2 limit (#6646) (#8632) 2023-11-01 09:02:34 +07:00
total_memory_cgroups.go config: avoid OOM in docker using cgroups v2 limit (#6646) (#8632) 2023-11-01 09:02:34 +07:00
total_memory.go config: avoid OOM in docker using cgroups v2 limit (#6646) (#8632) 2023-11-01 09:02:34 +07:00