I\'m trying to create an array of bytes whose length is UInt32.MaxValue. This array is essentially a small(ish) in-memory database:
byte
UInt32.MaxValue
Maximum length of a byte array is: 2130702268. for example:
var countryCodes = new byte[2130702268];