How do I increase my "memory store quota" limit

I have a semi-large game which has a lot of open servers and I use Memory Store to list these servers. However, I reach the “quota” rather quickly.

It says the quota is 64KB, but my game has around 140k. How can I get around to increasing this quota if it can change, if possible?

From here:

The memory quota limits the total amount of memory that an experience can consume. It’s not a fixed value. Instead, it changes over time depending on the number of users in the experience according to the following formula: 64KB + 1KB * [number of users]. The quota applies on the experience level instead of the server level

So basically, you get a higher memory store quota by having more players in the game.,

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.