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

Large pages #40

Closed
KL0nLutiy opened this issue Feb 18, 2017 · 7 comments
Closed

Large pages #40

KL0nLutiy opened this issue Feb 18, 2017 · 7 comments

Comments

@KL0nLutiy
Copy link

After some time of working miner, the hash rate is drop, and if I try to restart it, it can't because of the slow memory. Restart the PC only help to solve this problem. Can you fix it?

@netswalker1
Copy link

netswalker1 commented Feb 18, 2017

yours cpu and config?

@KL0nLutiy
Copy link
Author

KL0nLutiy commented Feb 18, 2017

CPU: i7-6700k
OS: windows 10
Config:
"cpu_thread_num" : 4,

"cpu_threads_conf" : [
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
],

"use_slow_memory" : "never",
Pool:
http://pool.karbowanec.com/

Did everything by this instruction for enable large pages:

    1. On the Start menu, click Run. In the Open box, type gpedit.msc.
    1. On the Local Group Policy Editor console, expand Computer Configuration, and then expand Windows Settings.
    1. Expand Security Settings, and then expand Local Policies.
    1. Select the User Rights Assignment folder.
    1. The policies will be displayed in the details pane.
    1. In the pane, double-click Lock pages in memory.
    1. In the Local Security Setting – Lock pages in memory dialog box, click Add User or Group.
    1. In the Select Users, Service Accounts, or Groups dialog box, add an account that you will run the miner on
    1. Reboot for change to take effect.

Run the miner with Administrative Rights

@netswalker1
Copy link

my cpu 3770k and only work this config.try.

"cpu_thread_num": 4,
"cpu_threads_conf": [
{
"low_power_mode": false,
"no_prefetch": true,
"affine_to_cpu": 0
},
{
"low_power_mode": false,
"no_prefetch": true,
"affine_to_cpu": 1
},
{
"low_power_mode": false,
"no_prefetch": true,
"affine_to_cpu": 2
},
{
"low_power_mode": false,
"no_prefetch": true,
"affine_to_cpu": 3
}

],
"use_slow_memory": "warn",
"nicehash_nonce": true,
"pool_address": "pool",
"wallet_address": "adres",
"pool_password": "x",
"call_timeout": 10,
"retry_time": 10,
"verbose_level": 4,
"h_print_time": 30,
"httpd_port": 4011,
"prefer_ipv4": true

@miziel
Copy link
Contributor

miziel commented Feb 20, 2017

Try to turn off any programs that run in the background or start with the system. Windows chops memory a lot and sometimes a restart is necessery.
And definitely use "no_prefetch":true and try affine_to_cpu 0, 2, 4 and 6

@KL0nLutiy
Copy link
Author

Ok, thank you, I will try

@xtrojan1
Copy link

how do you think i use cpus 4, xeon e7-4850, total 80 threads, please

@psychocrypt
Copy link
Collaborator

psychocrypt commented Oct 25, 2017 via email

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

6 participants