Stephan

Results 64 comments of Stephan

Adding a memory limit will not reduce the memory consumption. What might happen is that the increased memory pressure on this cgroup is leading to pages being dropped increasing the...

I think in this issue two different issues are mixed, both around memory not freed. The initial report was about the RSS of renderd growing. I have with my recent...

I figured out the source for my memory leak in PostgreSQL. It is a problem with JIT leaking memory. Upstream in Bug 16707: https://www.postgresql.org/message-id/flat/16707-f5df308978a55bf8%40postgresql.org So if you have the symptom,...

I can confirm the same behavior happens for me on Android 11. Also using 2.3.5. I freshly installed, so can't confirm it ever worked. For me also the CCTG export...

It sounds like a permission issue. I looked into logcat for Errors and see this already happening once I try to export: ``` 2022-04-05 16:19:11.631 14824-15429/? E/DatabaseUtils: Writing exception to...

I recently got update to Android 12 based Miui 13. In this version the export of exposure.db is possible. The SecurityException I mentioned earlier is gone. So my state is...

@skyerjoe maybe there was an issue with Miui 12 and 12.5, which would explain the SecurityException I had above. With Miui 13, the export works as intended. Import via sharing...

I managed to fill the cache within 3 days having multiple instances running in parallel. As Osmose analysis breaks once a complete cycle takes more than 24 hours, I would...

looks like it is 60 days. Does not help much. I reduced my expiry workaround to 4 out of oldest 12. https://github.com/osm-fr/osmose-backend/blob/c3fa8c3815955b60f49a0b60fbf0b467106a2f81/analysers/Analyser_Merge_Mapillary.py#L53

Hello @cbeddow , the issue here is that updating the Mapillary data is a quite slow task. My server runs about 120 analyzers. The total executing time is ok, it...