Exceeding the maximum values of the parameters ast_channel_topic_all and ast_device_state_topic

Hello!

During the day, there are times when the parameters:
subm: ast_device_state_topic
subp: ast_channel_topic_all
The output of the “core show taskprocessors” command exceeds the maximum value.
Example.

st_msg_queue                                          0          0          0        450        500
sorcery/asterisk-publication-00000425                  0          0          0        450        500
subm:ast_bridge_topic_all-cached-0000043c        1722502          0         14        450        500
subm:ast_channel_topic_all-00000441             37156174          0        113        450        500
subm:ast_channel_topic_all-00000446             37156162          0        143        450        500
subm:ast_channel_topic_all-cached-0000043d      50328013          0        173        450        500
subm:ast_channel_topic_all-cached-0000043e      50328012          0        318        450        500
subm:ast_channel_topic_all-cached-00000440      50328011          0        281        450        500
subm:ast_device_state_topic-00000002             1588879          0         50        450        500
subm:ast_device_state_topic-00000004             1588837         40        484        450        500
subm:ast_device_state_topic-00000445             1585026         51        560        450        500
subm:ast_parking-00000247                              1          0          1        450        500
subm:ast_presence_state_topic_all-00000005             2          0          1        450        500
subm:ast_security-00000444                        883121          0         18        450        500
subm:ast_system-00000009                            4190          0         30        450        500
subm:ast_system-00000426                            4189          0          1        450        500
subm:ast_system-00000436                            4188          0          2        450        500
subm:ast_system-0000043b                            4165          0          2        450        500
subp:ast_bridge_topic_all-0000eeb2                 23574          0          6        450        500
subp:ast_bridge_topic_all-0000f111                  8350          0          5        450        500
subp:ast_bridge_topic_all-0000f12a                  7839          0          5        450        500
subp:ast_bridge_topic_all-0000f16c                  6193          0          4        450        500
subp:ast_bridge_topic_all-0000f176                  6035          0          4        450        500
subp:ast_bridge_topic_all-0000f1de                  3622          0          6        450        500
subp:ast_bridge_topic_all-0000f20d                  2514          0          4        450        500
subp:ast_bridge_topic_all-0000f227                  2048          0          4        450        500
subp:ast_bridge_topic_all-0000f230                  1886          0          4        450        500
subp:ast_bridge_topic_all-0000f242                  1509          0          4        450        500
subp:ast_bridge_topic_all-0000f251                  1068          0          4        450        500
subp:ast_bridge_topic_all-0000f25c                   677          0          2        450        500
subp:ast_bridge_topic_all-0000f261                   549          0          2        450        500
subp:ast_bridge_topic_all-0000f26a                   299          0          2        450        500
subp:ast_channel_topic_all-0000eeb3              1005939          0        109        450        500
subp:ast_channel_topic_all-0000f112               393596          0         72        450        500
subp:ast_channel_topic_all-0000f12b               373317       1205         72        450        500
subp:ast_channel_topic_all-0000f16d               305589          0         72        450        500
subp:ast_channel_topic_all-0000f177               298344          0         72        450        500
subp:ast_channel_topic_all-0000f1df               174599          0         72        450        500
subp:ast_channel_topic_all-0000f20e               114904          0         53        450        500
subp:ast_channel_topic_all-0000f228               101287          0         69        450        500
subp:ast_channel_topic_all-0000f231                94732          0         53        450        500
subp:ast_channel_topic_all-0000f243                78777          0         70        450        500
subp:ast_channel_topic_all-0000f252                59799          0         52        450        500
subp:ast_channel_topic_all-0000f25d                35963          0         54        450        500
subp:ast_channel_topic_all-0000f262                28548          0         52        450        500
subp:ast_channel_topic_all-0000f26b                18754          0         31        450        500
subm:cdr_engine-00000003                        52610557         63       5046       4500       5000

By Documentation:
ast_channel_topic_all - This is an aggregation topic, to which all messages are sent to the individual channel.

What could be the reason ?
I’m using only AMI at work. Is it possible to disable these options so that there are no more problems?