Adding C++ field instrumentation using config file
[iot2.git] / localconfig / iotruntime / IoTMaster.config
index 3ec22eaa5aaf65aed4d8d3448ec489b3ce77d551..0a934bdbc7dff7e96b981ec4dcffcb5ac4ed7532 100644 (file)
@@ -27,3 +27,15 @@ ZIGBEE_IOTMASTER_PORT=12345
 #Verboseness of runtime messages
 VERBOSE=Yes
 
+#Number of callback ports
+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=
+