This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257931

Summary: OutOfMemoryError: PermGen space
Product: web Reporter: kashifmini
Component: InspectionAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222471
Attachments: stacktrace

Description kashifmini 2016-02-11 05:02:09 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
kashifmini: Solve this




Stacktrace: 
java.lang.OutOfMemoryError: PermGen space
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
   at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:289)
   at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:259)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:187)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
Comment 1 kashifmini 2016-02-11 05:02:10 UTC
Created attachment 158453 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-22 07:47:47 UTC
The PermSize is too low. All the classes have problem to fit into memory.
See: http://wiki.netbeans.org/FaqSettingHeapSize