Skip to content

Releases: morph166955/openhab-core

Memory Leak 2200 Test

15 Feb 23:40
0292806
Compare
Choose a tag to compare
Memory Leak 2200 Test Pre-release
Pre-release

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

14 Feb 21:58
Compare
Choose a tag to compare
Reverts #1952 Pre-release
Pre-release

Reverts openhab#1952 for test

Automation ThreadPool Test - Rev15

14 Feb 18:18
Compare
Choose a tag to compare

Automation ThreadPool Test

06 Feb 19:17
Compare
Choose a tag to compare
Pre-release

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.