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 83754

Summary: Profiling cannot be started with -Xms>64m
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: issues@profiler <issues>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Sedlacek 2006-08-30 09:58:29 UTC
When -Xms65m and bigger value is provided as VM option in project customizer, 
profiling fails - the Profiler waits forever for connection to agent. It seems 
that the agent doesn't start at all in this configuration.
Comment 1 Jiri Sedlacek 2006-08-30 10:46:08 UTC
Actually not a bug, Xms value just needs to be smaller than Xmx value. It seems 
that default Xmx is 64m so Xms cannot be 65m. To use Xms>64m also higher Xmx 
has to be defined.
Comment 2 Alexander Kouznetsov 2007-03-14 11:25:42 UTC
Closing old issues