The Doctor Binding helps find issues with your system [4.0.0;4.9.9]

I have compiled the binding into a V5 jar found here in the marketplace:

I am planning on adding some new functionality to the binding soon so I have been testing the V5 for the past 3 weeks and it is working fine on my system.

Yes I also saw my heap jump in size when moving to V5….

You have changed some or all of the following :

1. a 64bit OS

  1. 64bit java or a different java version number.
  2. openhab compiled for the newer java, will be optimized for 64bit.

I believe I was using a 64bit OS and JAVA already, but now all of openHAB is compiled for the newer java. It may also be how this binding ‘cleans’ the heap before taking a reading of the used heap. When you ask the heap to be cleaned, it can be a recommendation to clean the heap, and there are two types of garbage collection that can be run. Each java VM may implement the garbage collection in its own way, so changing to a different java version or brand of JVM can result in a different result.

I am no expert but as you said its nothing to worry about unless your heap is now close to being full.

1 Like