The quota given on the docs for API calls is
For API request limits, there’s a Request Unit quota applies for all MemoryStoreService API calls, which is 1000 + 100 * [number of concurrent users] request units per minute. Additionally, the rate of requests to any single queue, sorted map, or hash map is limited to 100,000 request units per minute.
It all makes sense apart from this.
Additionally, the rate of requests to any single queue, sorted map, or hash map is limited to 100,000 request units per minute.
I wrote out a small example scenario and it just doesnt make sense
Key
apm = api calls per minute
apm formula = 1000+(100*experience players)
Scenario
1000 Players
10 Player server size
100 Servers
apm = 1000+(100*1000) = 101,000
Im like 90% sure it means per server its 100,000 apm and not per universe, but was just wondering if anyone had a real confirmation. Thanks