|
Group: Moderators
Posts: 1.3K,
Visits: 4.4K
|
Thanks for the clarification Johnny. Not sure where I got 'remote' from. :-)
Given the memory you have available, you should be able to open a 1 GB file and work with it. The issue here is the amount of memory consumed after an extended period of time. It is not yet clear why the memory is spiking, but I am not sure you should be concerned about just opening and working with a large amount of data. I am able to do this locally without issue. I think the problems discussed here are more likely due to the accumulation of actions taken throughout the day.
There are several things we can do with memory management which will effectively be a trade-off of less memory for more CPU similar to the memory compression idea (a good one! :-). Currently, we aim to save CPU cycles, but we will be revisiting this soon.
LogViewPlus consumes memory when opening and parsing the log file. There is a lot of work that happens here and a lot of excess memory may be allocated which can then be reclaimed. After parsing, everything else done by the application should be pretty trivial from a memory perspective.
Hope that helps,
Toby
|