#too many open files thread
1 messages ยท Page 1 of 1 (latest)
Yes right, its this:
Message: Encountered a storage error while committing a block: Custom(CustomError(Custom(CustomError(DBError("IO error: While open a file for random read: /home/user/.local/share/namada/namada.5f5de2dd1b88cba30586420/db/9414987.sst: Too many open files")))))
[Unit]
Description=namada
After=network-online.target
[Service]
User=user
WorkingDirectory=/home/user/.local/share/namada
ExecStart=/home/user/.cargo/bin/namadan ledger run'
StandardOutput=journal
StandardError=journal
Restart=no
RestartSec=10
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
try changing to LimitNOFILE=1048576 for now
that's a lot of open files ๐
rocksdb file proliferation is getting out of hand though
ps for those running not through system.d service, you can use ulimit -n
(why would anyone do that? welll... ๐)
irrational fear of systemd services?
Dec 28 05:24:46 NNAMADAV bash[3568295]: Message: panic in a destructor during cleanup
This is concerning (for reasons unrelated to your issue), if you can post log entries leading up to this please do so here @umbral phoenix
Thanks, changed it to LimitNOFILE=1048576. ๐