#too many open files thread

1 messages ยท Page 1 of 1 (latest)

hasty wolf
#

could you post your service file here?

umbral phoenix
#

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
hasty wolf
#

interesting

#

I'll create a github issue

storm ivy
hasty wolf
#

that's a lot of open files ๐Ÿ™‚

storm ivy
#

rocksdb file proliferation is getting out of hand though

hasty wolf
#

ps for those running not through system.d service, you can use ulimit -n

#

(why would anyone do that? welll... ๐Ÿ˜)

storm ivy
#

irrational fear of systemd services?

hasty wolf
#

can't rule that out ser

#

you know me too well ๐Ÿซถ

#

๐Ÿ˜‚

storm ivy
#

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

umbral phoenix