Open adameat opened 1 week ago
- paint red when TotalUsage is over SoftLimit more than 5%
@kunga and what about yellow?
Theoretically it may be placed when we about to reach SoftLimit (and excess TargetUtilization)
Maybe somewhere in between (TargetUtilization + SoftLimit) / 2
Theoretically it may be placed when we about to reach SoftLimit (and excess TargetUtilization)
Maybe somewhere in between (TargetUtilization + SoftLimit) / 2
this is too complicated to implement on UI side. what is wrong with just SoftLimit alone? and where did you get 5% number from? I don't think it's a good idea to keep that logic on UI either.
5% is just a reasonable epsilon to compare numbers, you may pick whatever you want
or just draw it red when it exceed without a gap
as a follow-up to recent introduction of detailed memory popup I suggest to do:
1. paint yellow when SharedCache and MemTable have reached 100% of their limit...and be ready that consumption could be over limit.