Some useful number facts
0x00007FFFFFFFFFFF (2^47-1,140737488355327) is largest possible address size in 64-bit architecture, it's integer representation could be obtained by running a command in unix terminal as shown below
$ echo $((2**47)-1)
Any address larger then the number above will raise an exception.