Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
while I loading this in our application .its taking too much memory increased .
Posted
Comments
Jason Gleim 18-Jan-12 13:48pm    
If you are referring to the Ascend library on CodePlex, you would be much better served by asking the question over there. More generally, with a third-party control, there is nothing you, as the control consumer, can do to limit memory leaks or the amount of resources it is using. You will have to find a different control library or write the functionality yourself.
Sergey Alexandrovich Kryukov 19-Jan-12 1:14am    
"Reduce memory leak" sounds like a total surrender. Do you really want to allow a little leak? The only acceptable option is exactly zero leak, and nothing else. Maybe, you use wrong terminology, meaning "reduce memory consumption"? Do you know what's the "memory leak"?
--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