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
This is a bit of a controversial proposal, however at some point we need to figure out how to move old events out of redis-server, which requires that the data fit into memory.
We can go two routes with this:
Just remove items older than X, or items older than the latest Y items.
Use those same rules, but instead of deleting them, we serialize to disk.
I'm strongly leaning toward the second procedure, but I'm looking for comments.
Right now, Firetower at UA is taking up about 4G of memory, and generating about as much in logfiles everyday.
The text was updated successfully, but these errors were encountered:
This is a bit of a controversial proposal, however at some point we need to figure out how to move old events out of redis-server, which requires that the data fit into memory.
We can go two routes with this:
I'm strongly leaning toward the second procedure, but I'm looking for comments.
Right now, Firetower at UA is taking up about 4G of memory, and generating about as much in logfiles everyday.
The text was updated successfully, but these errors were encountered: