For some strange reason my computer is running much slower than it used to.
CPU usage is almost consistently at 2%, 21% of 16Gb ram in use. 18Gb of space left on the Raid 0 SSDs and yet doing things on the computer is taking too long!
Drive is only 7% fragmented and AVAST doesn't detect any problems.
Running this
Takes about 2 minuets to get an output! What is going on?
CPU usage is almost consistently at 2%, 21% of 16Gb ram in use. 18Gb of space left on the Raid 0 SSDs and yet doing things on the computer is taking too long!
Drive is only 7% fragmented and AVAST doesn't detect any problems.
Running this
Code:
#include <iostream>
void main(){
std::cout << "This is a test";
std::cin.get();
}