以太坊 - 无法为DAG分配大缓冲区

时间:2017-12-20 16:53:40

标签: cmd ethereum

我正在尝试进行一些挖掘,但是当我运行foreach (string colname in sourceColumnNames) { if (!targetColumnNames.Contains(colname)) continue; // There are other steps as well tRow[colname] = sRow[colname]; } 时,我继续收到以下错误(在cmd中):

* {
  margin: 0;
  color: white;
  font-size: 20px;
}

.example-header {
  display: block;
  width: 100%;
  height: 80px;
  background-color: red;
  
}

.example-inner-body {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: blue;
}

.example-inner-body span {
  position: absolute;
  bottom: 0;
  left: 0;
}

.action-bar {
  display: block;
  position: relative;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(0,0,0,0.7);
  
}

footer {
  display: block;
  width: 100%;
  height: 40px;
  background-color: yellow;
  color: black;
}

以下是我记事本中的内容:

<!DOCTYPE html> 
<html> 
  <head> 
  <title>Page Title</title> 
  </head> 
  <body> 
    <div class="example-header">Header</div>
    <div class="example-inner-body">iBody
    <span></span>
    </div>
    <div class="action-bar">Action Bar</div>
    <footer>Footer - Do not cover me! </footer>
  </body> 
</html>

我已阅读readme.txt并相应地更改了记事本中的内容。但我仍然得到这个错误。

这是我的系统信息:

start.bat

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

您的硬件没有足够的内存来运行此软件。

程序需要3GB视频RAM,你的显卡有2GB视频RAM。

用户无法升级显卡内存。您需要不同的图形卡。

  
      
  1. 如果矿工无法生成DAG文件,请检查环境变量(请参阅自述文件),检查您的GPU是否至少具有3GB内存,并检查您是否有足够的虚拟内存(页面文件)。如果这一切都无济于事,请尝试安装更多物理RAM。
  2.