← January 2023 →
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
My Blog Links
Recent Entries
Recent Comments
Search My Blog
0 user(s) viewing
0 Guests
0 member(s)
0 anonymous member(s)
0 member(s)
0 anonymous member(s)
Categories
Increasing Java Heap Space in Netbeans IDE Project
A lot of you might know that changing the etc/netbeans.conf file, one can increase the java heap space. But if you would want to do it right from Netbeans itself here is a way to do it.
If you get java.lang.OutOfMemoryError: Java heap space while running your project. This is one of the fix.
This tutorial is for Netbeans IDE 6.9
The Picture description of this is attached here.
If you get java.lang.OutOfMemoryError: Java heap space while running your project. This is one of the fix.
This tutorial is for Netbeans IDE 6.9
- - Right Click on the project's properties.
- - Click on Run tab.
- - At the bottom of Run Tab you would see, JVM Argument: Enter -J-Xmx{Your heap space size}m , example -J-Xmx512m or -J-Xmx800m or -J-Xmx120m
- - Click on OK
- - You are done
The Picture description of this is attached here.



|