Multiple choice technology architecture

Which of the below cannot remediate a performance problem associated with system memory (RAM)

  1. Cache frequently accessed data in system memory

  2. Dedicate system memory to specific tasks

  3. Add additional memory

  4. Create additional instances for parallel processing and load balancing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Caching data, adding memory, and creating instances all directly improve memory performance. Dedication of memory to specific tasks (B) is an allocation strategy, not a remediation technique - it doesn't solve the underlying memory problem, just partitions existing limited resources differently.