bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.05k stars 202 forks source link

long running db processes uses a lot of file descriptors #240

Closed hiqsociety closed 1 year ago

hiqsociety commented 2 years ago

when i did lsof | wc -l shows 300000+

i never close the db because it is always using it BUT how do i minimize using so many open files?

is this normal? i set uname -n 1024000 because of this. mostly for fd is used in opened .sst

yapple commented 2 years ago

can you upload your OPTIONS file?

hiqsociety commented 1 year ago

it's ok now. no idea why. i've upgraded to use latest terarkdb