Which TWO metrics should be monitored to detect a memory leak in an RDS for Oracle instance? (Choose 2.)
Increasing swap usage indicates the OS is paging memory to disk, sign of memory pressure.
Why this answer
Options A and B are correct because FreeableMemory shows the available memory, and SwapUsage indicates when the OS uses swap due to memory pressure, which are both signs of a memory leak. Option C is wrong because DatabaseConnections does not directly indicate a memory leak. Option D is wrong because CPUUtilization may be high but is not specific to a memory leak.
Option E is wrong because ReadIOPS relates to I/O, not memory.