Jozsef Kadlecsik a écrit :
When the hash size is about 20 million entries, that alone requires ~80MB physical memory. If resizing is triggered, at least two times of that amount of memory is needed temporarily.
The problem was comming from the --probes parameter which was set to 2 ! Increasing its value to 10, reduced the hashsize up to a factor 100. Thanks !