我已經在VPS debian服務器上安裝bitcoind,2天前我開始bitcoind與比特幣網絡同步,但今天我得到了以下錯誤。Bitcoind守護進程 - 網絡同步錯誤
[email protected]:~# bitcoind getinfo
{
"version" : 32400,
"balance" : 0.00000000,
"blocks" : 258354,
"connections" : 9,
"proxy" : "",
"generate" : false,
"genproclimit" : -1,
"difficulty" : 112628548.66634709,
"hashespersec" : 0,
"testnet" : false,
"keypoololdest" : 1397553052,
"paytxfee" : 0.00000000,
"errors" : "EXCEPTION: 11DbException
\nDb::put: Cannot allocate memory \nbitcoin in ProcessMessage() \n"
}
我不知道這個錯誤是什麼意思,或者我該如何解決這種錯誤。