How do I suppress "low memory" warnings in Vista Home Premium when running without paging file?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: RPG Blues Looping
--
Chapters
00:00 How Do I Suppress &Quot;Low Memory&Quot; Warnings In Vista Home Premium When Running Without Paging
01:06 Accepted Answer Score 16
02:29 Answer 2 Score 0
02:47 Answer 3 Score 0
03:05 Thank you
--
Full question
https://superuser.com/questions/41789/ho...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windowsvista #virtualmemory #pagefile
#avk47
ACCEPTED ANSWER
Score 16
Open the registry editor (click the Windows orb, type “regedit”, and hit Enter).
Browse to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WDI\DiagnosticModules\
Export the following folders. This is your backup in case something goes wrong.
{5EE64AFB-398D-4edb-AF71-3B830219ABF7}
{45DE1EA9-10BC-4f96-9B21-4B6B83DBF476}
{C0F51D84-11B9-4e74-B083-99F11BA2DB0A}
Take ownership of the each folder mentioned in step 3. (You can take ownership by right clicking the folder and then hitting permissions. Click the Advanced button and change owner to your user. Click OK and then give full control to your user group. Hit OK again.)
Delete the folders from step 3.
Reboot and enjoy.
Warning: After doing the above steps, you should know that once memory runs out, it is out. You will have no warning. Once your memory gets maxed out, programs will behave very erratic and suddenly crash without warning. I’ve decided that this side effect can be just as annoying as the popups. If you consistently push your machine’s memory to its limits, you should think twice about disabling the low memory messages.
Of course you can always restore the 3 folders from the backup and Windows Vista will happily warn you again :)
PS: This works for Windows 7 as well.
ANSWER 2
Score 0
It's hackish, but you could stick a cheap flash drive in the back and tell it to put your swap file there. Not the same as running with no swap at all, but at least you won't have to wait on drive seeks.
ANSWER 3
Score 0
This error message has nothing to do with free RAM. It has to do with running out of commit limit.
The correct answer is to either add more RAM or enable the pagefile. Preferably both.