You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indexing log file of 280Gb took about 4Gb memory and then line counter overflowed.
We can use 64-bit counter for lines but searching in such big file would be very slow. For very large log files it makes sense to open only part of the file.