Mathew Heard
Mathew Heard
As far as I know not possible.
tinc is still great, just really lacking in time from leadership. If someone wants to step up I'd be happy to send my PRs in your direction.
This would be a cleaner implementation ``` if (g_pserver->m_pstorageFactory) { if (f1024thKey) { bool fHighMemory = (getMaxmemoryState(NULL,NULL,NULL,NULL) != C_OK); if (fHighMemory) { performEvictions(false /* fPreSnapshot*/); } g_pserver->garbageCollector.endEpoch(serverTL->gcEpoch); serverTL->gcEpoch = g_pserver->garbageCollector.startEpoch();...
To summarise that `processChangesAsync` needs to be called regardless of fHighMemory and for every key?
I will note that its possible for later background saves to begin to work, therefore this looks to be either: a) a missing increment of `ckeysExpired`; or b) a state...
There are quite alot of crashes in KeyDB that are unresolved @DaemonSnake
@jszwedko I think this also needs a performance domain tag. I really hope that some time soon theres a performance targetting milestone. The resource usage of vector within our stack...
I created my issue on performance as a discussion as I feel its more appropriate https://github.com/vectordotdev/vector/discussions/15977
@shaunmulligan I too have need for this. Could you perhaps share some information on how this build was made? We have units with the both the new and earlier WiFi...
@smomni We have been running a NEO Air build from our branch for over a year now. It's open source but you will need to build your own images. https://github.com/HalleyAssist/resin-allwinner/tree/the-branch-that-builds...