Onno Siemens
Onno Siemens
I also saw major performance problems when switching to H2. In my case, some digging revealed the database churning a lot on optimize due to [this bug](https://github.com/h2database/h2database/issues/3909) in the embedded...
FWIW, I ended up having to do the export/import dance after 2 weeks of running (probably the weekly cleanup task triggered it). So I just manually updated the internal H2...
Also noticed this and can't find anything relevant in changelog. Reverting to 1.36.1 fixes it for the moment.
As mentioned earlier, the issue appears to be the gopsutil update. I was already graphing shared memory separately and considering it used before. Essentially to get the same `used` number...
@Daryes I disagree here: > Still, it is highly intrusive with system using shared memory a lot, making any formula for the memory usage unusable until updated. I think you're...