Solved: Rules: First time slow execution, after some use: fast?

  • what is the right command to check how much is used right now?
  • Is there a way to check what is the maximum size used by openhab in a given timeframe? (or since last reboot of the service)

There’s no command to display that that I’m aware of.

Can these settings be set by a script?

My whole setup is script based, and I prefer to have these changes be available for a new setup in a script. I could copy the whole openhab2 file, yet then that would not be compatible with a future openhab default changes

Be careful with this one. I tried this as a solution to slow rules execution and it made OpenHab start leaking memory and crashing regularly. My guess is some of the bindings (or maybe even the core) are relying on garbage collection in order to not leak memory.