Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2^16 file limit too small for a RocksDB directory #10

Open
kucharskim opened this issue Oct 9, 2024 · 1 comment · May be fixed by #11
Open

2^16 file limit too small for a RocksDB directory #10

kucharskim opened this issue Oct 9, 2024 · 1 comment · May be fixed by #11

Comments

@kucharskim
Copy link

$ find data/ -type f | wc -l
90103
$ fastsync send 141.94.242.56:12345 data/
thread 'main' panicked at src/main.rs:113:9:                       
Can transfer at most 2^16 files.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted
@kucharskim kucharskim changed the title 2^16 file limit it too small for a RocksDB directory 2^16 file limit too small for a RocksDB directory Oct 9, 2024
@DavidVentura DavidVentura linked a pull request Nov 26, 2024 that will close this issue
@ruuda
Copy link
Contributor

ruuda commented Nov 28, 2024

Past Ruud: 65535 files ought to be enough for anybody! I guess this is what I get for making assumptions …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants