Ed Attfield - 2022-08-16

I have seen this kind of behavior when a process (like Chrome) uses up all of the memory.
I would use "top" to get the list of processes and then hit "<" four times to get it to sort on the virtual memory sizes. Look for one of the processes that gets bigger over time, which usually indicates a leak.