You are developing a large-scale simulation that runs for a long duration. After running for a few hours, you notice the program slows down significantly. What could be a likely reason for this behavior?

  • CPU Overheating
  • Memory Leak
  • Network Latency
  • Software Bug
A memory leak is a common reason for slowing down a long-running program. It occurs when memory is allocated but not released, leading to resource exhaustion and slow performance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *