Author

Topic: How to set GPU_MAX_ALLOC_PERCENT=95 ??? (Read 20463 times)

legendary
Activity: 1498
Merit: 1030
May 20, 2017, 02:14:00 AM
#5
Sorry to Necro post but same process in other miners like Claymore's? I couldve sworn we dropped this into the config file a long time ago. IM prob wrong. Its been too many years

 Same process works for ANY miner under Windows.

 It is done via a .BAT file because this is a Windows Environment configuration variable, and you need it set before you try to run the program that needs that variable (setting it WHILE a program is running doesn't work as the program only checks for the variable when the program initiates under normal circumstances).

 It's POSSIBLE to have the program change it and then use it, but it's a TON easier to just put it in a .bat file.
sr. member
Activity: 439
Merit: 250
Sorry to Necro post but same process in other miners like Claymore's? I couldve sworn we dropped this into the config file a long time ago. IM prob wrong. Its been too many years
legendary
Activity: 2450
Merit: 1002
March 12, 2016, 08:09:15 PM
#3
You create a .bat file, and put in these

etx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

qtminer -G  -s eu1.ethpool.org:3333 -u 0x2address.rig1

typo correction:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

qtminer -G  -s eu1.ethpool.org:3333 -u 0x2address.rig1
sr. member
Activity: 312
Merit: 250
LTC fan 4ever
March 12, 2016, 10:36:27 AM
#2
You create a .bat file, and put in these

etx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

qtminer -G  -s eu1.ethpool.org:3333 -u 0x2address.rig1
hero member
Activity: 1308
Merit: 508
March 12, 2016, 08:12:30 AM
#1
I'm trying to mine ETH on my HD 6950 but get the error, that the DAG can't be created in one piece.
One solution should be setting "export GPU_MAX_ALLOC_PERCENT=95" - but I don't know how / where to set this?

I use QtMiner on my Windows 7 64 Bit System - where can I set the GPU Max Alloc?

Jump to: