Adding C++ field instrumentation using config file
[iot2.git] / localconfig / iotruntime / IoTMaster.config
index da858ccb6acedf6ab4150311744e68b60fdeda4c..0a934bdbc7dff7e96b981ec4dcffcb5ac4ed7532 100644 (file)
@@ -28,5 +28,14 @@ ZIGBEE_IOTMASTER_PORT=12345
 VERBOSE=Yes
 
 #Number of callback ports
-NUMBER_CALLBACK_PORTS=4
+NUMBER_CALLBACK_PORTS=1
+
+#Language: C++ or Java
+LANGUAGE=Java
+
+#JVM heap size - can go out of memory if a IoTSlave needs to handle a lot of objects
+#E.g. JVM_INIT_HEAP_SIZE=-Xms64m, JVM_MAX_HEAP_SIZE=-Xmx64m (64 MB of heap)
+#Made empty for now as it needs fine-tuning
+JVM_INIT_HEAP_SIZE=
+JVM_MAX_HEAP_SIZE=