PARTICIPANT_BACKPRESSURE: The participant is overload: too many request (count:108, limit: 100)

Hi team,

When trying to load some data to the participant node in sandbox, there is an error that pop up:

PARTICIPANT_BACKPRESSURE: The participant is overload: too many request (count:108, limit: 100)

The status is aborted… What could be the cause of that error ? Is there any configuration that could increase the limit? Or any solution to solve this ?

Cheers,
Jean-Paul

Hi JP,

You can find a description of the error under the Canton error codes page: Error codes — Daml SDK 2.0.0 documentation

You should use the enterprise edition to support larger resource limits and you can adjust the resource limit on the participant using the following command: Canton Console — Daml SDK 2.0.0 documentation

1 Like

Thanks Soren !