metadata
Yes, 9 quintillion is the max cap for all three resources. This is because it's the largest round number less than 2^63 - 1, which is the largest number that can be represented as a signed 64-bit integer. (In case you're wondering, 2^63 - 1 is 9,223,372,036,854,775,807.)
|