ProcessQuery.memoryAbove
ProcessQuery memoryAbove(ulong bytes)Filters processes with memory usage above a threshold.
Parameters
bytes | The memory threshold in bytes. |
Returns
This ProcessQuery for method chaining.
ProcessQuery memoryAbove(ulong bytes)Filters processes with memory usage above a threshold.
bytes | The memory threshold in bytes. |