Maximum hashfile length
#1
What is the maximum number of hashes that can be in a hashfile in oclHashcat 1.01?

I'm getting a clCreateBuffer() -61 error when I try to load a large hashfile.

I could have sworn I saw it somewhere, but my search-fu is lacking.

-Thanks
#2
Why not split the file? It is going to be dependent on the system.
#3
it depends entirely on how much ram your graphics card has. setting the following environment variable will help as well:

Code:
export GPU_MAX_ALLOC_PERCENT=95

if that still doesn't help, you will need to split your hashfile as coolbry95 suggested.

note that amd's memory controllers suck, so large hash file performance will be worse than you expect. atom has done some work in 1.20 wrt to bitmap sizes to help mitigate this, but it might be in your best interest to just split the hashfile regardless.