Ben Alex
Ben Alex
`booster-git-0.8.r24.g2fa85d6-1-x86_64.pkg.tar.zst` didn't work I'm afraid, but we have a more meaningful error this time ("udev: Unable to check available uevent, err: no buffer space available"): 
https://github.com/pilebones/go-udev/pull/17 ?
I tried this: ``` $ sysctl net.core.rmem_default net.core.rmem_max net.ipv4.udp_rmem_min net.core.rmem_default = 212992 net.core.rmem_max = 212992 net.ipv4.udp_rmem_min = 4096 $ sudo sysctl net.core.rmem_max=2097152 net.core.rmem_max = 2097152 $ sysctl net.core.rmem_default net.core.rmem_max net.ipv4.udp_rmem_min...
> The value needs to be set as a boot param Thanks. I adopted the following boot entry and booted successfully using `booster-git-0.8.r24.g2fa85d6-1-x86_64.pkg.tar.zst`: ``` $ cat /boot/loader/entries/arch.conf title Arch Linux...
@anatol `booster-git-0.8.r27.g7b1043b-1-x86_64.pkg.tar.zst` built against the `wip` branch worked fine: ``` $ sudo journalctl -b|grep booster|grep interface Jul 31 11:57:04 archlinux booster: detected network interface eth0 (00:25:90:fc:cd:de) Jul 31 11:57:04 archlinux...
Please feel free to submit a PR if an overloaded signature including the `Txn` parameter would assist.
> It is correct, but not deserved. There's more information in the LGTM "[Result of multiplication cast to wider type](https://lgtm.com/rules/7900075/)" article. Try making `PAGE_SIZE` a `long`.
As `Env.getPageSize()` guarantees the page size will never exceed 32768, I agree the `mapSize` maximum of 33,554,432 (32786 * 1024) is well within the Java `int` range as you observed....
I see there is a JNI wrapper in the [mdbxjni](https://github.com/castortech/mdbxjni) project. We should add it to the benchmark project when it has a Maven Central release (not a snapshot). I'd...
Thanks @phraktle. Are there any changes you'd suggest to improve Java 9 readiness?