troubleshooting
authorThomasV <thomasv@gitorious>
Mon, 8 Apr 2013 08:59:57 +0000 (12:59 +0400)
committerThomasV <thomasv@gitorious>
Mon, 8 Apr 2013 08:59:57 +0000 (12:59 +0400)
README.leveldb

index 3e94d36..b812013 100644 (file)
@@ -67,4 +67,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/