Skip to content

Commit

Permalink
Revert LinkedTransferQueue high CPU usage workaround (#1705)
Browse files Browse the repository at this point in the history
Reverts the workaround (#1636) that was introduced for [JDK-8301341](https://bugs.openjdk.org/browse/JDK-8301341) because it is fixed in OpenJDK 21 (openjdk/jdk#14317).

Related to openhab/openhab-core#4499

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored Dec 19, 2024
1 parent 3596f5e commit eca432c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
autoEnable=false
multicastResponsePort=0
asyncThreadPoolSize=30
threadPoolSize=15
1 change: 0 additions & 1 deletion launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ feature.openhab-model-runtime-all: \
tech.units.indriya;version='[2.2.0,2.2.1)',\
uom-lib-common;version='[2.2.0,2.2.1)',\
xstream;version='[1.4.21,1.4.22)',\
org.openhab.base-fixes;version='[1.0.0,1.0.1)',\
org.openhab.core;version='[5.0.0,5.0.1)',\
org.openhab.core.addon;version='[5.0.0,5.0.1)',\
org.openhab.core.addon.eclipse;version='[5.0.0,5.0.1)',\
Expand Down
1 change: 0 additions & 1 deletion launch/app/runtime/services.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ startlevel:50=ruleengine:start
startlevel:70=dsl:sitemap
startlevel:80=things:handler

org.jupnp:autoEnable=false
org.jupnp:threadPoolSize=20
org.ops4j.pax.logging:org.ops4j.pax.logging.log4j2.config.file=../../../../runtime/log4j2.xml

0 comments on commit eca432c

Please sign in to comment.