Andrea Lanfranchi
Andrea Lanfranchi
@yperbasis can we close this ?
Please add more context: - OS you're using to build on - C/C++ compiler type and version
We've experienced issues before with gcc < 10.x (not this particular one to my memory though). Any chance you can upgrade gcc to >= 10.3 ?
As @AskAlexSharov points out in multi-value mode the size of `v` is constrained to `keySizeLimit` (I honestly didn't think about that) Need to stat how many shards per account/location and...
Yes you need to explicitly set `-Wno-unknown-attributes` in the compile options. The fact these attributes are ignored does not mean a warning is not emitted and as we treat all...
I'd keep it open instead (if you agree). Is useful, imho, to keep a trace of unresolved issues also for coding style techniques
> @yperbasis would it be possible to implement SilkRPC in a separate process (accessing the same libmdbx database) to avoid the async API contagion? Actually is what rpcdaemon does for...
> @AndreaLanfranchi , does Erigon's rpcdaemon use asynchronous i/o? Does it help with performance of the rpc endpoint? @greg7mdp sorry for being so late in the response (I totally skimmed...
Actually package managers are 3 : there is also vcpckg for windows (is needed to install and use MPIR instead of GMP on windows)
We've never experienced such issue so far. Could you please try remove `-j` (parallel build) from final `make` and retry ? (or eventually set the number of parallel tasks to...