Name: krC82822 Date: 03/26/2001
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Allow all Java applications to "suggest" to the JVM their own
max-heapsize. This way users wouldn't complain their Java apps use up too
much memory (because the default is too high for some, and too low for
others).
My basic idea is as follows.. If no -Xmx switch is specified externally,
the JVM will listen to internal max-heapsize requests, otherwise they
will be overriden by the external switch.
--------
26 Mar 2001, eval1127@eng -- since an app is a dynamic collection
of classes, this info would presumably be attached to the main
class.
(Review ID: 119455)
======================================================================
- relates to
-
JDK-4420145 Support to detect maximum heap size specified at command-line
-
- Closed
-