python-bloomfilter icon indicating copy to clipboard operation
python-bloomfilter copied to clipboard

Segmentation fault

Open Ahmed opened this issue 6 years ago • 1 comments

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?

Ahmed avatar Jan 22 '19 02:01 Ahmed

Hi @Ahmed , The limit should be the RAM in your system

abhicnv007 avatar May 24 '20 05:05 abhicnv007