You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm utilizing the OPC UA bundle to set up an OPC UA server that supports both Data Access (DA) and Alarms & Events (AE). I'm reading 5,000 tags every second and exposing them through my OPC UA server sample. Additionally, I've created 5,000 alarms per second to stress-test the bundle. However, I noticed this configuration leads to memory leaks and significant delays in real-time updates and alarm generation.
After troubleshooting, I discovered that the method
public override void ReportEvent(ISystemContext context, IFilterTarget e)
takes over 5 seconds to complete. As a result, we experience delays in both real-time updates and alarm generation.
Are there any methods, configurations, or code refactoring approaches that could help resolve this delay?
Currently have ConsoleReferenceClient receiving 9000 Events per second and 5000 Data notifications per second without seeing the issue described.
More details would be helpful
Environment details as requested in the Issue
Version Numbers
Server Configuration file
Subscription count, queue sizes, sampling and publishing intervals
Type of issue
Current Behavior
I'm utilizing the OPC UA bundle to set up an OPC UA server that supports both Data Access (DA) and Alarms & Events (AE). I'm reading 5,000 tags every second and exposing them through my OPC UA server sample. Additionally, I've created 5,000 alarms per second to stress-test the bundle. However, I noticed this configuration leads to memory leaks and significant delays in real-time updates and alarm generation.
After troubleshooting, I discovered that the method
public override void ReportEvent(ISystemContext context, IFilterTarget e)
takes over 5 seconds to complete. As a result, we experience delays in both real-time updates and alarm generation.
Are there any methods, configurations, or code refactoring approaches that could help resolve this delay?
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: