We have observed the following behavior:
At start-up, the open62541 initializes its nodetree. It builds this in the heap and uses a lot of malloc, free, calloc and realloc calls. In our case, this adds up to several MB. When using the TI compiler and its libraries, this takes 20 minutes. When using the GCC and its libraries, it takes a few seconds at most. Is there an explanation for this?
Regards, Matthias