hauf-rakuten
hauf-rakuten
Unfortunately we have the very same situation. I could improve the situation a little bit by turning of caching and multi thread with: ` VipsContext.setMaxCache(0); VipsContext.setConcurrency(1); ` but still the...
@esiqveland thanks for your reply. Thats the point there is no way to control the VipsContext. It is initiated on the first call of any JVips class and the only...
At the end I was able to fix it by switching the glib memory allocator that is default for debian to mimalloc and this reduced the memory usage dramatically and...
Yes, we simply replaced glib with mimalloc. We intensively tested and also measured emory usage even with other implementations like tcmalloc and jemalloc. Haven't seen any issue like missing functions...