I\'m testing CUDA app and I have run into strange memory issue: My program performs some image operations and displays it using ImageMagick\'s display program.
Is there any pattern by which a consumer of an INotifyPropertyChanged can avoid memory leaks even in circumstances where an arbitrary number of instances of the consumer may be created during the life
I have been experiencing Javascript Out of Memory errors with a Web App that loads a Google Map and continuously pans from one point to the other.It takes about a half day before it runs out of memory
Read in some blog that GC in Android happens on main(UI) thread, this may create sluggishness in UI screen depending on the frequency of GC execution.
I\'m a bit confused about the memory leaks in PHP. I\'ve read that PHP is releasing automatically the memory used in each request thanks to the Zend Memory Manager:
Does Python ctypes have a known memory leak?I am working on a Python script having code like the below snippet, using ctypes, that for some reason is causing a memory leak.The 开发者_如何学Go\"while T
I am using odbc to connect mysql database in Java I write a function \"ExecuteQuery\", it takes a string parameter as sql statemen开发者_如何转开发t and returns its resultset. However, when should I
I have a web application in Ruby on Rails. We use mongrel clusters started on apcahe httpd to run the application. We have been facing an issue of huge memory consumption in the application. (RedHat,R
I googled around a bit, but couldn\'t fin开发者_如何学Pythond a reason. My app is mixed (C#, VB.NET, C++/CLI and native C++). AQTime claims to be able to profile this kind of application, that\'s why
I\'m seeing the same problem described in Memory Leak When Pulling JSON from WEB. I simply have a function that makes a jsonp ajax request periodically.My function is called by another function trigg