Results 1 to 2 of 2
- 09-01-2010, 10:59 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 1
- Rep Power
- 0
cant disable GCOverheadLimit in netbeans!
I'm working with a large informatics program and keep getting this error:
Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
Searching online it is a performance drop warning, and supposedly can be disabled. I'm starting netbeans with the command
brian@ubuntu:~$ /usr/bin/netbeans -J-Xmx2g -XX:-UseGCOverheadLimit
But I get the error:
Unknown option -XX:-UseGCOverheadLimit
I just need my program to run despite the slowdown so I can get my data. Any ideas how to disable GCOverheadLimit in netbeans?
Thanks for your help
- 09-02-2010, 09:00 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
Disable xml tag on run time
By venkatragh in forum XMLReplies: 0Last Post: 04-30-2010, 07:56 AM -
How to disable the whole fieldset
By amma2009 in forum Advanced JavaReplies: 0Last Post: 01-29-2010, 03:47 PM -
How to disable one particular Log.Level in log4j
By bhupal4all in forum Advanced JavaReplies: 0Last Post: 11-25-2008, 07:43 AM -
How to disable the form
By lukky in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 08-05-2008, 02:00 PM -
disable parent window
By ismailsaleh in forum AWT / SwingReplies: 1Last Post: 01-07-2008, 11:15 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks