mattsu
mattsu
I think if I run PRAGMA wal_checkpoint(TRUNCATE); at startup, the wal file will be shrunk once the node is dropped, what do you think? With the current code, I have...
In the devnet test, when synchronising at once on a high-speed server, the WAl file became bloated and exceeded 1 TB. This is a very rare case, but we believe...
> Whats the reason that this PR is combined? Would it be possible to split the benchmarking and the timeout enhancements? separate PR https://github.com/uutils/coreutils/pull/9733
> Similar to #9554, it hits file descriptor limits: > > ``` > $ mkdir -p `python3 -c 'print("a/" * 1024 * 16)'` > $ ./target/debug/rm -rf a > rm:...
> i am confused, why do you create a PR with 24 commits ? why not waiting for this to be ok before creating the PR ? thanks I attempted...
The file descriptor issue will be addressed in a separate pull request, so I've reverted it.
> could you please run hyperfine with the three programs? gnu, without the patch and with the patch and share the full results here? thanks :) ### Implementation Details GMP...
> Any idea why codspeed does not detect it? If I were to consider it, I would create test cases with large integers.
> Rather than using `execvp()` directly, it'd probably be better to rely on the `Command::exec()` function provided by `CommandExt`. > > `CommandExt` actually provides a number of things we do...
> would it be possible to add a test? thanks Done