Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
17536380
Topic
1670733
Board
Mining (Altcoins)
Re: Claymore's ZCash AMD GPU Miner v11.1 (Windows/Linux)
by
BALTA00
on
17/01/2017, 21:13:08 UTC
Quote from: sorry2xs on January 17, 2017, 05:03:08 PM
Quote from: IOTUSA on January 17, 2017, 05:01:27 PM
Quote from: sorry2xs on January 17, 2017, 04:54:23 PM
Quote from: IOTUSA on January 17, 2017, 04:52:05 PM
Quote from: digitalsakurauk on January 16, 2017, 10:56:27 PM
with v11.1 i am getting ZecMiner64 low memory error message but with v11 i dont get any low memory error messages.
going to stick to v11 for now.
Increase your swap-drive size to set @ 16 GB
on a related note windows 10 updates reverse it back to 4096
Yeah Windows 10 updates are a damn pain. Regedit that shit OUT!
shit man i forgot about the registry editor, do you know under what hkey is in
Use it in a .bat file:
Code:
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory management" /v PagingFiles /t REG_MULTI_SZ /d "C:\pagefile.sys 16384 20480" /f