What is size and max value for NOMAD_ALLOC_INDEX?

Want to use it in an algorithm and need its bit length.

Hi @jkaplan2 :wave:

I believe it’s a Go int, so it will depend on your CPU architecture (it can be 32bits or 64bits):

Hey, thanks lgfa29. I’ll go with 32 bits on the assumption we’ll stay on this side of 2 billion server instances.

1 Like