I am working on the performance tuning of an enterprise web application with about 300 simultaneous user. I have noticed from the GC log that the application heap is always growing and objects are alw
I am using asp.net script manager and the code is as given below: <asp:ScriptReference Path=\"~/Scripts/jquery-1.5.1.min.js\"/>
I have an iPad app that I am testing in Instruments before beta testing. I have gotten rid of all memory leaks except one, and I can\'t find any information on it. I am baffled as to what to do, since
While investigating a long running perl program for memory leaks I tried to use Test::LeakTrace. Looking at one of the leaks it reports I can nar开发者_开发百科row down the leaking code to just:
I have an application that receives files with a flat table in DBF, which normalize and convert and insert into a MySQL database, files that grow to between 250,000 to 270,000 records and now consumes
This has to be very basic, but I don\'t see the problem. The program crashes whenever the following code block is executed. Analyzer reports a possible memory leak:
I\'ve the following problem: I\'m accessing foursquares Venue API and get a JSON string back. I parse this string with this json-framework. After that I\'m saving the dictionaries and arrays for acce
I am using xcode 4 and tried to run the leaks tool by clicking on the Product > Profile button in the top menu.
I am using a serializer in QT C++. It looks ok but valgrind (memcheck tool) is reporting a memory leak on this function.
My activity simply displays an image: public class PhotoFrameActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) {