heap-memory
Heap space out of memory
My application currently consumes quite a lot of memory because it is running physics simulations. The issue is that consistently, at the 51st simulation, Java will throw an error usually because of a[详细]
2023-03-21 03:20 分类:问答Java reading an image - java.lang.OutOfMemoryError
There is a 10MB Jpeg image i am trying to read using the following code, but i get a \"Exception in thread \"main\" java.lang.OutOfMemoryError: Java heap space\". I wonder if a 10MB image is too big t[详细]
2023-03-21 02:24 分类:问答C++ Heap allocation and reuse of memory
I\'ve got this small snippet: Action* newAction(Agent& a, ACTION_MODE& m) { Action *new_action; do[详细]
2023-03-20 22:29 分类:问答Declaration of array in c [duplicate]
This question already has answers here: Closed 11 years ago. 开发者_JAVA百科 Possible Duplicate: Stack variables vs. Heap variables[详细]
2023-03-20 14:38 分类:问答Performance issue in production
Hi I am working on a web based java tool. We have two instances of our tool deployed in 2 separate servers – one in production (used concurrently by many customers) and one in dev environment rarely[详细]
2023-03-20 12:18 分类:问答What do the different columns in the "!heap -flt -s xxxx" windbg command represent
I\'ve been doing some work on high memory issues, and I\'ve been doing a lot of heap analysis in windbg, and I was curious what the different columns really mean in \"!heap -flt开发者_如何学Go -s xxxx[详细]
2023-03-20 08:18 分类:问答How to check the Heap and Stack RAM consistency on an embedded system
I\'m working on a project using a LEON2 Processor (Sparc V8). The processor uses 8Mbytes of RAM that need to be consistency checked during the Self-Test of my Boot.[详细]
2023-03-19 20:47 分类:问答Profiling heap memory usage on perl programs
I have written a perl program to operate on huge datasets. I am trying to profile its excution in terms of its memory usage. Tried using valgrind on small datasets, but it slows down the execution dra[详细]
2023-03-19 01:44 分类:问答Strong Pointer causing a heap corruption on application closing when std::vector is present
I am getting a strange heap corruption error during the application close where if a \"std::vector\" is present in my code, AND I am deleted my \"ref_count\" variable. If I don\'t have an std::vector,[详细]
2023-03-18 18:38 分类:问答Automatic variables in C++ [duplicate]
This question already has answers here: 开发者_JAVA百科 Closed 11 years ago. Possible Duplicate: In C++, why should new be used as little as possible?[详细]
2023-03-18 07:04 分类:问答