LONG MAX
LONG_MAX is a constant which is equal to 2147483647
(231-1) on 32-bit architectures (such as x86) and to 9223372036854775807
(263-1) on 64-bit architectures (such as x86_64 and ia64).
This value is use as 'unlimited' by vzctl when setting user beancounter values.