Max match state size

I’m building an open world using server authoritative and the match state in JSON is currently ~17 KB. This is likely to grow, so I’m wondering if there is there a max size for the data saved in each match state?

Hello @totebo,

There is no imposed limit to the match state (which is kept in-memory) size, so the only real limit would be the underlying hardware available memory.

1 Like