hashcat Forum

Full Version: Maximum hashfile length
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Why not split the file? It is going to be dependent on the system.
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.