Questions tagged as 'memory-leaks'

3
answers

How to get similar behavior between the Garbage Collection of a Single-Page Application and a Multiple-Page Application?

I've been doing a lot of research on the web and stackoverflow communities, and I'm getting to the point of believing that SPAs take almost no advantage from the GC algorithm of today's browsers. Our development team has been concerned with d...
asked by 28.04.2017 / 17:41
1
answer

Memory overflow with mysqli_query

The following statement caught the program: $result = mysqli_query($db, 'SELECT * FROM base'); And returned the following error:    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted   (tried to allocate 4194312 byte...
asked by 27.07.2018 / 04:31
2
answers

Leaking memory in PHP

Leaking memory leaky occurs when a computer program mismanages memory allocation in such a way that memory that is no longer needed is not released. I'd like to understand how memory leakyng can occur in PHP? How could I "debug" to fix me...
asked by 16.08.2017 / 13:52
0
answers

How to solve memory leak problem in libxml2?

I am making an application, however I am having problems with memory leak when I use libxml2, I already removed all the code to isolate only the libxml2 and still I have the memory leak error when I use valgrind, how can I solve this problem ?...
asked by 22.02.2018 / 11:35
2
answers

TDictionary, how to destroy it

I have tried every way to destroy TDictionary but whenever I have ReportMemoryLeaksOnShutdown active it always leaves something undetermined. I already tried to run the list and destroy item to item. Code: with foDict.GetEnume...
asked by 03.11.2016 / 15:00
2
answers

How to free memory every time we open and close the company via integration engines

Good morning, My scenario is as follows. I notice that in a webservice that I have to use the integration engines, with each invocation in which I do AbreCompany and DateCompany the memory is rarely released. I know there will be a way to str...
asked by 11.06.2018 / 12:46
2
answers

Release object in a function - Memory Leak

I'm starting in the DataSnap world and I came across a situation that can not find a solution. My code is with memory leak, because I can not release the objects. if I release the objects the access error violated in the result. function TS...
asked by 27.07.2017 / 15:16
0
answers

SQLite leak without having any class using SQLite

Good evening guys, I'm building an Android app and the last thing I need is to set up the local bank. I built it but realized that there were errors in memory leak, I thought I had it fixed but the same warnings kept appearing on the conso...
asked by 05.04.2017 / 04:21