Java memory optimization 1 Answer(s) 2 years and 7 months ago
Posted in : Java Interview Questions
When you think about optimization, what is the best way to find out the time/memory consuming process?
View Answers
October 12, 2010 at 3:15 PM
Hi,
You can use memory dump and then analyze it to find the process/java code in your program which is using large amount of memory. Ideally java should garbage collect the objects. But if your program is showing high memory usage then there may be a change of memory leak in your program.
You can use memory debugger to debug your program. You can use "eclipse memory analyzer" program http://www.eclipse.org/mat/
Thanks
Related Pages:
Java memory optimization Javamemory optimization When you think about optimization, what...,
You can use memory dump and then analyze it to find the process/java code in your program which is using large amount of memory. Ideally java should garbage
query optimization
query optimization hai ! i need a code in java for database query optimization.plz help
memory
memory hi
i am jane
pls explain the
difference between heap memory and stack memory
Java Memory Leak - Java Beginners JavaMemory Leak I am having a memory leak in my java version of the game Snake. I have narrowed the exact step of when the program memory.... The actually object that's eating up my memory is an array of ints which grows
Out Of Memory Exception Erorr
Out Of Memory Exception Erorr hello
how are you?I hope you are fine
I'm using jgrasp program
my problem is in java programming
my program compiled... understood that I have to increase the program memory but I don't know how?!
*I gone
Determining Memory Usage in Java - java tutorial
Determining Memory Usage in Java
2001-08-28 The Java Specialists' Newsletter [Issue 029] - Determining Memory Usage in Java
Author:
Dr. Heinz M. Kabutz... parts in Java is guessing how much memory is being
used by your object. We
Java Get Memory Java Get Memory
In this section of Java Example, you will see how to get the memory... can
easily learn it.
In this Java Get Memory Size example, we have created
Java read file in memory Java read file in memory
In this section, you will learn how to read a file in memory.
Description of code:
The class FileInputStream get a channel...++));
}
System.out.println();
}
}
The above code mapped the file in a memory
Java get Free Memory Java get Free Memory
In this section, we are going to obtain the free memory. In order to get the
memory left of being allocated, the method getruntime() returns
Java Memory of Apache Tomcat - Java Beginners JavaMemory of Apache Tomcat Dear All,
Please help me to fetch the Javamemory occupied by Apache tomcat server using Java Codes... at times.
I want to monitor that Javamemory
Regards,
Santhosh
Java memory options from command line Javamemory options from command line Hi,
How to use javamemory options from command line?
Thanks
Hi,
Here is the example code:
java -Xms1056m -Xmx1056m MyProgram
Thanks
Java file in memory Java file in memory
This section illustrates you how to map an entire file into memory for
reading.
Description of code:
We used the FileChannel class along with the ByteBuffer class
to perform memory-mapped IO for data of type byte
Thread Memory Usage in java - Java Beginners
Thread Memory Usage in java how to get a thread's memory usage? Does it has java api to invoke? hi friend,
import java.io.*;
import...://www.roseindia.net/java/thread/thread-creation.shtml
but,if I use
Controlling Java Heap Size Memory Allocation
Controlling Java Heap Size Memory Allocation Hi,
Tell me about Controlling Java Heap Size Memory Allocation?
I have to run java program from console and allocate 2GB of RAM to Java Heap Size.
Thanks
Hi,
You can
Get Usage Memory Example
( ) - This method return you
the total amount of memory that your java...
Get Usage Memory Example
 ... in understanding Get Usage
Memory. The class Memory Usage include the main method
Java Get Memory Usage Java Get Memory Usage
 ... of that
unlike c++, java don't tell that how much memory is occupied... memory from the actual memory.
As you know in Java programming memory can
Script on the page used too much memory. Reload to enable script again.
Script on the page used too much memory. Reload to enable script again. Using a java script to generate the dynamic report. If page open the full screen mode browser show the "Script on the page used too much memory. Reload
Phantom memory
Phantom memory hello,,
What is phantom memory
memory layout memory layout how much space does each segement(data,stack,heap,static) holds in memory? memory here refers to ram or hard disk
memory allocation memory allocation If we assign memory malloc(5) and access more than the assigned memory then what will happen?
1.segmentation error
2.memory leak
3.program will not compile
4.Your view
heap memory
heap memory how long is the object stored in heap memory persist
Memory Management Memory Management how can we manage memory in iphone development???
hello,
you can read all the memory management rules from
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/MemoryMgmt
What is query optimization?
What is query optimization? What is query optimization?
Hi,
Here is the answer,
Sql Statements are used to retrieve data from... efficient.There are so many optimization techniques following steps are used to select
How to set memory used by JVM in Ant
How to set memory used by JVM in Ant
This example illustrates how to set memory size of JVM (java virtual
machine), when ANT (another neat tool) is used outside
Memory Allocation Memory Allocation What Is The Order Of Execution Of Statement
1) Statement Enclosed in {}.
2) Static
3) Public Static Void Main()
When jvm loads a class, static block is executed first, then main method. And at last
memory allocation memory allocation class Bird {
{ System.out.print("b1 "); }
public Bird() { System.out.print("b2 "); }
}
class Raptor extends Bird {
static... of execution of statement ?
memory allocation ? The code uses static
heap and stack memory
the
difference between heap memory and stack memory
STACK memory is referred as temporary memory,if you come out of the program the memory of the variable will not no more there.[eg., int a; memory for a will not maintained
heap and stack memory
heap and stack memory hi
i am jane
pls explain the
difference between heap memory and stack memory with example programs
iphone memory management
iphone memory management I am confused with the memory management issue in iPhone. I do not know which variable need to release
Benefits of Social Media Optimization
p>Benefits of Social Media Optimization
While discussing benefits of social media optimization we think of its long term and short-term advantages... optimization results in increased traffic to your website and hence increased
UIImage imagenamed memory leak
UIImage imagenamed memory leak Hi,
Following code is creating memory leak:
UIImage * img1 = [UIImage imageNamed:@"myimage.png"];
I have to replace existing image with new image.
What could be the possible solution?
Thanks
memory span and shrink - pointers memory span and shrink - pointers Memory span and shrink as per application requirement and this is one of major advantage of pointer.
please explain the above statment with an example with respect to c
Does memory for Class or Object?
Does memory for Class or Object? Does memory for class(methods & instance variables)allocated without it's object creation?If no,then The main() itself has associated with a class for which there is no instance creation,how