question

Upvotes
Accepted
21 2 6 10

in upa8.0.0.L1.linux.rrg receiving rsslGetBuffer failed, memory ram is 64GB

my env is CENTOS

CentOS Linux release 7.1.1503 (Core)(Maipo)

TREP release is: upa8.0.0.L1.linux.rrg

I am running interactive provider that persistently gets error

in Update rsslGetBuffer failed

elektronrefinitiv-realtimeelektron-sdktrep
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@Kam.Anjorin
Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.
Thanks,
-AHS

@Kam.Anjorin
Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.


Thanks,
-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.1k 250 52 74

If it returns NULL and the error code is RSSL_RET_BUFFER_NO_BUFFERS, it indicates that there are no buffers available to the user. This typically occurs because all available buffers are queued and pending flushing to the connection. The application can:

  • use rsslFlush to attempt releasing buffers back to the pool
  • call rsslIoctl function to increase the number of guaranteedOutputBuffers
  • increase the value of guaranteedOutputBuffers, maxOutputBuffers, and sharedPoolSize in RsslBindOptions when creating a server channel

If it returns NULL and the error code is RSSL_RET_FAILURE, it indicates that some type of general failure has occurred. The RsslChannel should be closed and the RsslError content should be verified for more details.

You can refer to the developer guide for more information.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.