views:

44

answers:

2

I read a blog post at one time on how to increase the amount of RAM that Visual Studio will use. I am getting a "Not enough memory free" error message when trying to copy a small line of text in the visual studio editor.

Does anybody know how or where I can configure this?

+1  A: 

I used to get that. I forget which of the many hotfixes got rid of it.

https://connect.microsoft.com/VisualStudio/Downloads

Jonathan Allen
http://code.msdn.microsoft.com/KB2251084/Release/ProjectReleases.aspx?ReleaseId=4544
Paul Knopf
+1  A: 

Here are two blog posts matching your description:

http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx

http://mkwec.de/2010/01/08/make-visual-studio-use-more-than-2-gig-of-memory/

njak32
That was the post that I read before! Thanks! Couldn't find it for the love of god.
Paul Knopf