09-03-2012, 11:39 AM
(09-03-2012, 11:23 AM)atom Wrote: Give it enough work to do otherwise they can not reach full performance.
For example:
- if you use -a 0, -a 1 or -a 6, make sure the base dictionary (left) has at least 10 mio words (per gpu).
- if you use -a 3 or -a 7, make sure your left mask keyspace > 500k entries (per gpu). for -a 3, this is the keyspace of the first 4 chars of your mask.
- make sure your modifier (right) iterates at least through a keyspace of 1k. in case if -a 0 its the number of rules, in case of -a 1 and -a 7 its the number of words in the right dictionary, in case of -a 6 its the keyspace of the right mask.
The workload modifiers are set to low.
If you dont care about screen lags, raise -n and --gpu-loops. For example -n 160 --gpu-loops 1024.
thanks!