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

Dedicating memory to specific tasks does not increase total memory or optimize its usage - it merely restricts flexibility. Caching and adding memory directly address capacity. Creating instances for parallel processing reduces memory pressure per instance. Only option B fails to remediate memory problems.