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 - Profiling cannot be started with -Xms>64m
Summary: Profiling cannot be started with -Xms>64m
Status: CLOSED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 09:58 UTC by Jiri Sedlacek
Modified: 2007-03-14 11:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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