python-bloomfilter
python-bloomfilter copied to clipboard
Segmentation fault
Hi all: I'm getting segment fault when I try to run the following code
In [1]: import pybloom_live
In [2]: bf = pybloom_live.BloomFilter(capacity=pow(10, 11), error_rate=0.001)
Segmentation fault (core dumped)
What's the upper limit for the capacity?
Hi @Ahmed , The limit should be the RAM in your system