Results 1 to 5 of 5
- 06-14-2010, 06:02 AM #1
Member
- Join Date
- Feb 2009
- Posts
- 9
- Rep Power
- 0
- 06-14-2010, 08:01 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Do you really have to increase that heap size? What if the problem lies withing your code and it's your code that you need to change?
- 06-15-2010, 05:48 AM #3
Member
- Join Date
- Feb 2009
- Posts
- 9
- Rep Power
- 0
no i didnt increase heap size,my swing application consists of totally five tapped pane window ,in one tapped pane consists of a five text field and five buttons and my system hard disk is only 2 gb free space ,i am getting memory heap error while dragging the textfield in design window.how to slove this problem.
- 06-15-2010, 08:19 AM #4
Member
- Join Date
- Feb 2009
- Posts
- 9
- Rep Power
- 0
java memory heap error
no i didnt increase heap size,my swing application consists of totally five tapped pane window ,in one tapped pane consists of a five text field and five buttons and my system hard disk is only 2 gb free space ,i am getting memory heap error while dragging the textfield in design window.how to slove this problem.
- 06-15-2010, 09:31 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Isn't there some form of vm options file in the Netbeans directory?
Should be something there to let you assign more memory to it (-Xmx).
How big is your disk by the way?
Just curious because if it's more than about 20gb then I'd consider giving it a damn good clean out.
Also, do you have lots of other stuff running? Or not much RAM? Because if the VM is ending up using swap space on a disk that's nearly full I wouldn't be surprised if it hit an OOM.
Similar Threads
-
Java heap space,
By babyboban in forum Advanced JavaReplies: 18Last Post: 01-14-2010, 12:22 PM -
How to over come java.lang.out of memory error
By Chaitra_gm in forum New To JavaReplies: 5Last Post: 09-28-2008, 10:33 AM -
Java heap space error
By gezzel in forum New To JavaReplies: 19Last Post: 09-25-2008, 12:07 AM -
Java heap space?
By javanewbie in forum New To JavaReplies: 1Last Post: 06-24-2008, 06:55 PM -
Java Heap Out of Memory Error
By stonkers in forum New To JavaReplies: 3Last Post: 07-17-2007, 04:43 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks