Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi ALL,

i am getting below error message, copying of some content. can any one help me to resolve this.

Insufficient available memory to meet the expected demands of an operation at this time, possibly due to virtual address space fragmentation" error message in Visual
Studio 2010
Posted
Comments
Philippe Mori 16-Jun-15 19:58pm    
I would recommand you to upgrade to Visual Studio 2013 or 2015. The latter versions are more optimized.

 
Share this answer
 
v2
There is nothing to resolve: we have no information on your project. Get more system memory or use less memory. Make sure you don't use unneeded memory, keep in memory only the objects you really work with, don't have memory leaks, and so on.

Try to ask more sensible questions. You did not even mention the language you are using. With this level of detail, it's hardly possible to advise anything more certain.

—SA
 
Share this answer
 
Comments
Akhil Mittal 16-Jun-15 9:11am    
This could not be posted into Solution.You can post these statements as a comment instead.
Sergey Alexandrovich Kryukov 16-Jun-15 11:33am    
Thank you for your opinion.

This is a shaky ground. In many, if not most cases, I comment and don't post solutions. But in this case I decided that this answer would be adequate to the question. After all, our inquirer can learn a lesson that the answer can only be as good as a question.

Also, let me note that your own solution is not based on any real facts of the inquirer situation. I have no idea on what assumption it could be based, why it would need a "patch" of any specific form, and so on. The situation is very general; we don't know anything specific.

—SA
Akhil Mittal 17-Jun-15 1:35am    
"After all, our inquirer can learn a lesson that the answer can only be as good as a question." To teach a lesson is not the objective, to convey the concern can be an approach.

"Also, let me note that your own solution is not based on any real facts of the inquirer situation. I have no idea on what assumption it could be based, why it would need a "patch" of any specific form, and so on. The situation is very general; we don't know anything specific."

This is a known bug, please refer the links that I suggested to get more detail.
Sergey Alexandrovich Kryukov 17-Jun-15 1:59am    
This is your opinion, and I have somewhat different opinion, so what? Formally, I answered just to the point, but in the volume adequate to a question. Lesson or not, does not matter. You don't read sayings. I say "at least", so "not objective" is not a reasonable argument. Well, whatever...
Now, you have to be logical. If you know some known bug, it does not mean the inquirer has it.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900