- Newest
- Most votes
- Most comments
The slowness you're experiencing with your Windows t2.micro instance, even after a reboot and without running applications, could be due to several factors:
-
Memory constraints: The t2.micro instance only has 1 GB of RAM, which is quite limited for running Windows Server, especially with Desktop Experience. Windows itself can consume a significant portion of this memory, leaving little room for other processes or applications. The 80% memory utilization you're seeing is indeed high and could contribute to the slowdown.
-
CPU credit exhaustion: T2 instances use a credit-based system for CPU performance. If your instance has depleted its CPU credits, it will be limited to its baseline performance, which can result in significant slowdowns. This could explain why it's slower today compared to normal operations.
-
Potential hardware issues: The pop-up message you saw about memory not being referenced at certain addresses could indicate a potential hardware problem. While AWS generally handles hardware issues, it's possible that your instance is running on a host experiencing some issues.
-
Windows updates or background processes: Even without visible applications running, Windows might be performing updates or running background processes that are consuming resources.
To address this issue:
-
Consider upgrading to a larger instance type, such as t2.small or t2.medium, which would provide more memory and CPU resources for Windows Server.
-
Monitor your CPU credit balance and usage to see if you're consistently exhausting credits.
-
Check Windows Event Viewer for any error messages related to memory or system performance.
-
If the issue persists, you may want to contact AWS support to investigate potential underlying hardware problems.
Remember that t2.micro instances, while cost-effective, are often insufficient for running Windows Server with a graphical interface, especially for consistent performance. Upgrading to a more powerful instance type would likely resolve many of these performance issues.
Sources
New Server Super slow no programs installed yet | AWS re:Post
Unresponsive or laggy EC2 | AWS re:Post
Very high CPU Steal Time with "t2.micro" located on "us-east-2b" | AWS re:Post
Relevant content
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated a year ago