Articles on: ARMA 3

Arma 3 Steam Query data overflow

Arma 3 can sometimes generate this error in the web console/rpt:

Warning: Steam Query data overflow, Mods/Signatures will not be correctly received by clients. Remove unused mods or change your server configuration to allow for more data to be sent

This error is caused by a limit on the amount of data that is transferred from the server to clients, and since the data transfer is handled by Steam libraries, it can cause these issues. There is a fix for the issue to help.

The steps to correct:

Stop the server.
Click the Config Files.
Edit the default.cfg or relevant config.
Add this to an blank line in the config: steamProtocolMaxDataSize = 2048;

Clients who join us after May 2021 will already find the server contains this option in the default.cfg file. Find the line to edit it. Normally around line 68 in the text editor.

Save the config and start the server.

Updated on: 02/07/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!