Sign in with
Sign up | Sign in

System slows down if I leave it on overnight

Last response: in Systems
Share

That sounds like a memory leak, it's caused whenever a programmer calls a pointer to a new object in a loop and forgets to delete it after each iteration. So in other words it's not a hardware problem it's a problem with your software. Start task manager in the morning and check your processes to see which program is eating up your memory then uninstall it or remember to terminate that program when you shutdown.
!