#10 Re :
Problems with memory !?
8 years ago February 16, 2016, 12:57:10 PM
Here are a few things you might try
INFO #1
http://windows.microsoft.com/en-us/windows/preventing-low-memory-problems#1TC=windows-vista
INFO #2
Windows has multiple kinds of memory, some of them have more restrictive limits than others.
For example, there are User and GDI heaps. You can run out of these heaps long before you run out of physical or virtual memory. This is particularly bad if your software has resource leaks. If you run a lot of applications, especially a lot of gui or graphic intensive ones, you can run out of these resource heaps.
The only real solution is to shut down stuff you're not using, even though you still have memory available. If it's a resource leak, you may even have to reboot to get all your heap memory back.
INFO #3
How to fix high memory usage in Windows 10
Step-1: Download and install the Windows Driver kit
Step-2: Go to Start menu from the Windows key and open Command Prompt. Right-click on the resulting icon and select Run as Administrator from the drop-down menu
Step-3: Type cd C:Program Files (x86)Windows Kits8.1Toolsx64 and press Enter to go to the directory in the command prompt where WDK was installed
Step-4: Type poolmon.exe then press Enter. When the utility opens up, press P to sort via pooltype then B to sort it according to number of bytes
Step-5: Note down the pooltag of the item which is using a majority of the memory. Open another command prompt to check which driver the tag belongs to. For this type f indstr / s then the tag which you have noted
Step-6: The command will point to a specific sys file. Open the file properties to check which driver the file belongs to. When you find out the driver, head over to the Microsoft site to download the official driver for Windows 10
Hopefully, these steps will address the memory issue on your Windows 10 powered PC. Microsoft has also outlined a few tips for preventing low memory problems in Windows 10.
Source: Bidness ETC
Admin Dante - Owner - UO Evolution Custom Ultima Online Shard
Website - http://www.uoevolution.com
Forum - http://www.uoevo.com/forum
Wiki - http://www.uoevo.com/wiki
Discord - http://www.discord.gg/JwEBhPH