昨天晚上一切都很好,然后今天早上我检查了我的采矿,它已经关闭了,我想它是不小心重新启动或者关闭的,然后当我打开我的池时,我有这个错误。
ETH: 5 pools are specified
Main Ethereum pool is eth-eu1.nanopool.org:9999
At least 16 GB of Virtual Memory is required for multi-GPU systems
Make sure you defined GPU_MAX_ALLOC_PERCENT 100
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool
OpenCL initializing...
我已经调整了我的性能选项并重新启动,但是什么也没有发生。
这里有人能帮我吗?谢谢你
发布于 2018-06-01 05:53:00
您的卡上内存有限,例如3GB卡吗?DAG的大小现在是2.48GB,而且您的卡可能无法再在VRAM中保存DAG。
此外,您应该将您的Windows页面文件大小设置为较大为card_vram_capacity * num_of_cards。因此,如果您有6个具有8GB RAM的GPU,那么至少将您的页面文件设置为48 8GB。
https://ethereum.stackexchange.com/questions/50063
复制相似问题