C++ Memory Allocations

Sunday, April 5th, 2009

MEMORY DIAGRAM
This document provides some basic information that you may need to fully understand the topical documents provided at this web site.
Figure 1 is used to define the memory elements of any program via a graphical representation. This diagram is a depiction of memory and will be used to illustrate how the various entities of [...] Read more »

Java OutOfMemory Error

Thursday, March 5th, 2009

We all would faced the OutOfMemory error some times in our projects. Some times it make some confusion to us that
we all thought  in college that Java manage it memory its own. Still there are some parameters by which you can tweak
you memory.
There are three basic reason which causes the OutOfMemory

Heap size
PermGen [...] Read more »