My bitcoint-qt client is crashing due to insufficient file descriptors repeatedly even after I set the ulimits to 65535

0

What are the exact resource requirements for a bitcoin-qt client. this is important and hard to find information. In virtualization world those things need to be understood. :)

I am running a KDE 18.04 Vbox on a mounted 1TB SSD share with 4GB Ram 4 cores.

Cheers :)

U.V.

Posted 2019-07-30T13:20:18.837

Reputation: 11

Can you maybe edit your question and provide a concrete log message from e.g. the debug.log or your system log?0xb10c 2019-07-30T19:16:32.793

Answers

1

and the answer is....

if you use a shared folder on a VM the linux open file desc spec is irrelevant. So I created a diskimage directly mounted in the host... and voilà problem solved by avoiding the vbox host shared folder service indirection. maybe playing with the vbox host config and system config would have helped as well.....

U.V.

Posted 2019-07-30T13:20:18.837

Reputation: 11