Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU #3

Open
Vladimir855 opened this issue Aug 22, 2021 · 1 comment
Open

CPU #3

Vladimir855 opened this issue Aug 22, 2021 · 1 comment

Comments

@Vladimir855
Copy link

как изменить количество ядер?
что лучше использовать R ,R1, Keyspace?

@iceland2k14
Copy link
Owner

For CPU you can change this line to your value. if using 4 cpu then you can use ...... ncore = 4

ncore = platform.os.cpu_count() - 1 # Leave 1 thread open

R & Rr1 is a personal preference. some people want to randomize after every few trillion keys. while some want to continuously forward from 1 random location.

It is always better to at least give keyspace whatever R or R1 option you want to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants