Is there a limit for allocating memory?

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
mLang_de
Sr. Member
Sr. Member
Posts: 14
Joined: 31 Jul 2013, 12:51

Is there a limit for allocating memory?

Post by mLang_de »

Hello support team,

I create severals linked list to store things such as a node Id tree or information to create OPC variables.
Now I generate a new additional linked list and my problem appear.
The server start normal, but the UaExpert shows only one folder named "Root". After this the connection will
lost and the server shutdown.
For allocating memory I use the whole time the SDK function OpcUa_Alloc.
Is there any limitation in the Ansi C SDK evaluation version?

Thanks in advance!

Regards
mLang_de

User avatar
Support Team
Hero Member
Hero Member
Posts: 3072
Joined: 18 Mar 2011, 15:09

Re: Is there a limit for allocating memory?

Post by Support Team »

Hello,

No, there is no such limitation in the evaluation version of the ANSI C SDK.
It seems like the problem is caused somehow else.
You could send the relevant code parts to our support by email or post it here if possible.

Best regards
Support Team

Post Reply