Posts: 1
	Threads: 1
	Joined: Mar 2014
	
	
 
	
	
		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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 117
	Threads: 0
	Joined: Nov 2013
	
	
 
	
	
		Why not split the file? It is going to be dependent on the system.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
		
		
		03-25-2014, 03:31 AM 
(This post was last modified: 03-25-2014, 03:31 AM by epixoip.)
		
	 
	
		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.