by hvxl » Sun Nov 03, 2019 1:57 pm
Contrary to the original intention of the program, people started running otmonitor permanently. To prevent it from consuming ever more memory, I had to set a limit on the amount of history it kept. I came up with 15000 lines of logging and a graph of 2 hours. Those seemed like reasonable numbers, which would keep the program responsive, while giving the user a fair amount of information about past events. These numbers are set in otmonitor.tcl in the variables logsize and span. You can modify them if you want.
Schelte