Releases: morph166955/openhab-core
Memory Leak 2200 Test
openhab> bundle:update 177 file:///home/openhab/org.openhab.core.model.script.runtime-3.1.0-SNAPSHOT-memoryleak2200-1.jar
openhab> bundle:list -s | grep org.openhab.core.model.script.runtime
177 │ Active │ 80 │ 3.1.0.202102152330 │ org.openhab.core.model.script.runtime
Reverts #1952
Reverts openhab#1952 for test
Automation ThreadPool Test - Rev15
Test release with a bunch of changes for https://community.openhab.org/t/openhab-3-runs-out-of-memory-java-heap-space-errors-cpu-100-after-a-few-hours/110924/103
Automation ThreadPool Test
EXPERIMENTAL CODE - This allows for automation/rules to run as a threadpool by default or to be run in single thread for users who need that.
Add "org.openhab.threadpool:automation=-1" to services/runtime.cfg to disable threadpool. This can also be set to a positive number to set the pool size.