I have bitcoind installed on a VPS debian server, i started running bitcoind 2 days ago for syncronizing with bitcoin network but i got the following error today.
root@vps:~# 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"
}
I have no idea what this error mean, or how can i resolve this kind of error.