Bloom Filter Calculator

Enter the size of the bloom filter and the acceptable error rate and you will be shown the optimal configuration. See this stack overflow post on how this is computed.

Number of items you expect to add to the filter. You can use basic arithmetic.
Max allowed error (0.01 = 1%)
Number of hashing functions
Size of the bloom filter. Usually denoted as m bits.