|
| ||||||||||
| Tags: heap, java, programming, size |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How To Increase Heap Size In Java
|
|
#2
| ||||
| ||||
| Re: How To Increase Heap Size In Java
Hello, you have told that you are getting the error of java.lang.OutOfMemoryError then it can possible that you are having the problem of the leak. It can be possible that you are having problem of the memory leak. You can solve this problem by making use of the tools such as YourKit Java Profiler that help you to identify such leaks. So, just make use of the such tools and solve your problem instead of increasing the size of the heap. So, just use such tool and solve your problem. |
|
#3
| |||
| |||
| Re: How To Increase Heap Size In Java
Hello, if you want to increase heap size in java then you will able to get the solution for your problem by the use of the following runtime parameters: Quote:
Quote:
|
|
#4
| ||||
| ||||
| Re: How To Increase Heap Size In Java
Hello, it is necessary to make use of the code below for checking the heap size of the java virtual machine: Code: public class HeapSize
{
public static void main(String[]args)
{
long Size = Runtime.getRuntime().totalMemory();
System.out.println("Heap Size = " + Size);
}
}
|
|
#5
| ||||
| ||||
| Re: How To Increase Heap Size In Java
Hello, if you want to increase the web server heap size then you must need to make use of the steps below:
|
|
#6
| ||||
| ||||
| Re: How To Increase Heap Size In Java
Hello, I am using JDK 1.6 on my computer. Now, if I want to increase the heap size then I will follow the steps below:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How To Increase Heap Size In Java" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to increase icon size in MAC OS X | Doroteo | Customize Desktop | 7 | 17-05-2011 05:12 PM |
| Heap Space Error in Java | Taylor D | Software Development | 5 | 29-01-2010 08:57 AM |
| Heap size in JVM and Setting max Heap Size for the JVM | Conner | Software Development | 3 | 19-05-2009 08:47 PM |
| Increase in logo size | strangist | Customize Desktop | 5 | 27-02-2009 09:26 PM |
| Increase Hotmail size to 250 MB | bluediamond | Technology & Internet | 18 | 15-03-2005 07:42 AM |