X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=README.leveldb;h=036f63c115ae078b3457e3716c4661f257dd8c76;hb=d956f1efe03b8c13c0de285960366733400f24ae;hp=0b5437b76c3b69100653335a6d68070e624f74f1;hpb=c786dab908a5389a3e41cad1f30c9d6fac95fb4f;p=electrum-server.git diff --git a/README.leveldb b/README.leveldb index 0b5437b..036f63c 100644 --- a/README.leveldb +++ b/README.leveldb @@ -20,6 +20,11 @@ __________________________________________________________ 2. Install python-leveldb: +Starting at Ubuntu 12.10 you can use apt to install leveldb. If you +rather stay on 12.04 LTS you can use the backport and add +"deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe" +to your sources file. Install the package with: + sudo apt-get install python-leveldb alternatively build yourself, see @@ -37,6 +42,7 @@ backend = leveldb [leveldb] path = /path/to/your/database +pruning_limit = 10 ______________________________________________________________ @@ -66,4 +72,13 @@ Other commands are available: ./server load : view the size of the queue +______________________ +Troubleshooting: + +* if your server or bitcoind is killed because is uses too much +memory, configure bitcoind to limit the number of connections + +* if you see "Too many open files" errors, you may need to increase +your user's File Descriptors limit. For this, see +http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/