joerg1985
joerg1985
1. & 4. are indeed cpu vs memory. But most of these systems have zram active, which is the same situation with one difference. These flags invest once cpu time...
I could get rid if some not needed threads #3874 & #3884 in the core, this should free at least some memory.
@wborn using zram might be an option to not swap to the sdcard. I am using zram with zstd compression and a 200% ratio on my 3a+ with 512 mb...
@splatch i was looking for low hanging fruits to reduce memory consumption. e.g. like PR https://github.com/openhab/openhab-addons/pull/16379
Sure enabling flags should be done with caution, e.g. like https://github.com/openhab/openhabian/pull/1859 only for lowmem devices.
@rx4476 the leaking `HttpClient-*-SelectorManager` threads should have been fixed, but these fixes are not released yet. Commits 97d56d04e1b4ab4f8e527f8849b777c1e91d13f7, a5de3775db76dde54b9c6a94fbe3f2b816eacb80, ed3edee0ac4f09a5555aec7c7ab20609d8b394f2, 5bac4795ff6acc9f1ca1a6436aea0970ff98fb07 and 7612405e34d282992b26a22d7bee921753020026 are all related to this, so you...
I had a look at this, as i had another issue with relative locators. Without debugging i think this is related due to the definition of `below` and `rightOf`, both...
The same change has been done for the java bindings.
After thinking about this, it is really hard to reconnect the websocket and this will add complexity / overhead to the websocket handling. But there might be a easy way,...
@titusfortner could you please have a look at this one?