Browse Source

Add information for setting gpu max alloc and sync parameters for windows with scrypt.

Conflicts:
	SCRYPT-README
ckolivas 13 years ago
parent
commit
db16f207ca
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.scrypt

+ 5 - 0
README.scrypt

@@ -32,6 +32,11 @@ a value of 40 is enough and increasing this further has little effect.
 export GPU_USE_SYNC_OBJECTS=1
 export GPU_USE_SYNC_OBJECTS=1
 may help CPU usage a little as well.
 may help CPU usage a little as well.
 
 
+On windows the same commands can be passed via a batch file if the following
+lines are in the .bat before starting cgminer:
+setx GPU_MAX_ALLOC_PERCENT 100
+setx GPU_USE_SYNC_OBJECTS 1
+
 --shaders XXX
 --shaders XXX
 
 
 is a new option where you tell BFGMiner how many shaders your GPU has. This
 is a new option where you tell BFGMiner how many shaders your GPU has. This