I installed UltraEdit specifically to edit a file with 169 GB / 22,843,445,311 lines.
After some time waiting for the file to process I'm able to scroll around the file or jump to the end of the file with no issues.
My goal is to reach line 12,250,758,440 of the file.
However, the Goto functionality doesn't seem to work properly past ~2 billion lines.
Here are the results of some testing I did to go to various line numbers:
1000000000 - works correctly
2000000000 - works correctly
3000000000 - goes to start of file
4000000000 - goes to start of file
5000000000 - goes to 705032704
6000000000 - goes to 1705032704
7000000000 - goes to start of file
8000000000 - goes to start of file
9000000000 - goes to 410065408
10000000000 - goes to 1410065408
11000000000 - goes to start of file
12000000000 - goes to start of file
13000000000 - goes to 115098112
On a hunch I did some further testing and confirmed that the breaking point is line number 2147483648 (2^31).
After some time waiting for the file to process I'm able to scroll around the file or jump to the end of the file with no issues.
My goal is to reach line 12,250,758,440 of the file.
However, the Goto functionality doesn't seem to work properly past ~2 billion lines.
Here are the results of some testing I did to go to various line numbers:
1000000000 - works correctly
2000000000 - works correctly
3000000000 - goes to start of file
4000000000 - goes to start of file
5000000000 - goes to 705032704
6000000000 - goes to 1705032704
7000000000 - goes to start of file
8000000000 - goes to start of file
9000000000 - goes to 410065408
10000000000 - goes to 1410065408
11000000000 - goes to start of file
12000000000 - goes to start of file
13000000000 - goes to 115098112
On a hunch I did some further testing and confirmed that the breaking point is line number 2147483648 (2^31).