|
we use highstock (same library used here, i believe) to render datasets much, much larger than any log file could ever possibly be. the issue must be in your csv parser, probably not well optimized and just tries to parse a whole csv in memory at once, which is quite common. is this an open source project you accept pr's on?
|