A sustained increase in memory utilization of a process after start up signals
-
Insufficient memory
-
Hardware issue
-
Leak
-
Improper configuration
C
Correct answer
Explanation
Normal processes stabilize memory usage after initialization as they allocate needed resources. A sustained increase indicates the process is continuously allocating memory without releasing it, which is the hallmark of a memory leak. This progressively consumes available memory until the system is exhausted.