Guys,
My litecoind consumes a lot of memory... And it is much more slower than bitcoind and namecoind... But why?!
I'm using litecoin compiled from sources, "git pull" is up to date.
Look:
ps xufa | grep coind
1000 16829 0.5 4.2 129724 32708 ? SLsl Jan09 6:18 /usr/lib/bitcoin/bitcoind
1000 17691 1.6 31.2 591760 238312 ? SLsl Jan09 17:58 ./litecoin/src/litecoind
1000 17694 0.3 3.0 116584 23164 ? Ssl Jan09 4:17 ./namecoin/src/namecoind
The Litecoin daemon consumes 31.2% of RAM memory!
And it is very, very, veeery slow... Look:
admcc@desk:~$ time ~/namecoin/src/namecoind getbalance
X.XXXXX
real 0m0.008s
user 0m0.000s
sys 0m0.004s
admcc@desk:~$ time bitcoind getbalance
X.XXXXX
real 0m0.467s
user 0m0.008s
sys 0m0.004s
admcc@desk:~$ time ~/litecoin/src/litecoind getbalance
X.XXXXX
real 8m51.580s
user 0m0.004s
sys 0m0.008s
8 minutes do getbalance from litecoind!!! WTF?!
I'm using Ubuntu 11.04 32 bits.
Cheers!
Thiago