Visual studio freezing /hanging - out of memory

0

My visual studio 2015 is hanging/freezing all the time lately, started recently out of nowhere.

It does come back into play usually but sometimes I get a System.OutOfMemoryException error even though it doesn't appear to be going anywhere near my limit!

In my windows event logs I can see errors like this

    Faulting application name: devenv.exe, version: 14.0.25420.1, time stamp: 0x57685d85
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0x80131623
Fault offset: 0x052f0e74
Faulting process id: 0x22e4
Faulting application start time: 0x01d3f73901ba00fd
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe
Faulting module path: unknown
Report Id: b9c4e928-6263-4eb6-8319-d6bcc05d239e
Faulting package full name: 
Faulting package-relative application ID: 

OR

devenv (8604,D,0) 201b6ea9-a2dc-4eb7-93df-3b89ae574335: Database 'C:\.....dbmdl': Background clean-up skipped pages. The database may benefit from widening the online maintenance window during off-peak hours. If this message persists, offline defragmentation may be run to remove all skipped pages from the database.

I've tried deleting the dbmdl but that didn't make a difference...

visual-studio-2015
asked on Stack Overflow May 29, 2018 by JQuery

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0