Issue with RTDE inputs

Hello everyone,
I am having occasional problems in the RTDE communication. I use @osh Java implementation and the issue may be related to this one from @mbush.

I have many output variables configured and 8 input variables, specifically 8 variables of type INT32 (input_int_register_X). Checking the console with CTRL+ALT+F10, I can see the following warning message: WARNING - RTDE Input buffers full.

Any suggestions on how to solve this? Are the number of inputs limited to a maximum size?
Thank you.

Resolved. The problem was that I was updating the inputs at a too high frequency (125Hz, or 8ms). By using a lower frequency (10Hz, or 100ms), like the one in the example code, the problem has disappeared.

It seems to be a problem with buffer overrun.
See the answer to the question here:

The bad news: Lowering the frequency may only delay the problem

Ups!
Wrong post. Sorry