We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例えば
let dir = track_io!(TempDir::new("cannyls_test"))?; let nvm = track!(FileNvm::create( dir.path().join("test.lusf"), Alignment::min().ceil_align(2048) ))?; let mut storage = track!(StorageBuilder::new().journal_region_ratio(0.5).create(nvm))?;
など書いて
Error: Other (cause; failed to write whole buffer) HISTORY: [0] at src/nvm/mod.rs:96 [1] at src/storage/builder.rs:134 [2] at src/storage/mod.rs:650
と出てもどうして良いか分からない。 (capacityが足りないことに察しがついたとしても、何故足りないのかエスパーするのが難しい)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例えば
など書いて
と出てもどうして良いか分からない。
(capacityが足りないことに察しがついたとしても、何故足りないのかエスパーするのが難しい)
The text was updated successfully, but these errors were encountered: