Hello
I am using Bitcoin core for the multiple wallet functionality. All the wallet access and things I am doing using RPC.
Issue : I am not able to load wallet more than 240(may b depends on system or db limit,Please correct me if I am wrong).
How can I increase the size of the DB or limit so I can load multiple wallet more compare to current limit.
Or is there any way where I can load multiple wallet more compare to current ?
Daemon getting stopped after 240 wallets.
What I’ve tried so far ?
I’ve added below things by creating DB_CONFIG file in datadirectory
set_lk_max_lockers 400000
set_lg_regionmax 1048576
Reference link of above : https://bitcoin.stackexchange.com/a/70737
Result same issue
If anyone face this type of issue please share or guide on this.