ordinals / ord

👁‍🗨 Rare and exotic sats
https://ordinals.com
Creative Commons Zero v1.0 Universal
3.81k stars 1.35k forks source link

Too many open files #3421

Open 0xJust1 opened 5 months ago

0xJust1 commented 5 months ago

Hello :) Im trying to inscribe a collection with Ord wallet, which worked very smooth, but i get a problem which appeared after 31 batches.

Ord Server running and synced Bitcoin Core running and synced OS : Ubuntu 22.04 LTS Ord Version : 0.16.0

I got : ERROR hyper::server::tcp] accept error: Too many open files (os error 24) when im making a command : ./ord wallet inscribe --batch batchxxx.yaml --fee-rate xxx

Someone to help ? Thanks a lot

raphjaph commented 5 months ago

try ulimit -n 1024 in the shell that is running the server and wallet