System.OutOfMemoryException

Error Description

The feed is disconnected with "The connection is shutdown. Cause: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown." message. This indicates that the SDK server or pod has exhausted all available memory resources.

In summary, the message indicates that due to a critical lack of available memory (resulting in a System.OutOfMemoryException), the connection associated with the application or service has been forcibly terminated. This situation typically requires attention to address the underlying memory issues, such as increasing available memory resources or optimizing memory usage within the affected system or application.

Applies to

UOF SDK for .NET

Note: Similar messages may also occur for Java.

Symptoms

The above message is observed in the SDK execution logs.

Resolution

To address this issue, consider the following solutions:

  • Increase the available memory resources allocated to the server or pod hosting the SDK.

  • Perform a restart of the server or application to release memory and restore normal operations.

Last updated

Was this helpful?