# HG changeset patch # User wenzelm # Date 1599817443 -7200 # Node ID a6587b40399d5f20aaa0134478faffe58c024ff2 # Parent 13976f92a2d09aef8786352170a598c3a9b5451a tuned documentation; diff -r 13976f92a2d0 -r a6587b40399d src/Doc/JEdit/JEdit.thy --- a/src/Doc/JEdit/JEdit.thy Thu Sep 10 21:14:50 2020 +0200 +++ b/src/Doc/JEdit/JEdit.thy Fri Sep 11 11:44:03 2020 +0200 @@ -2103,11 +2103,13 @@ Isabelle~/ General\. \<^medskip> - The jEdit status line includes monitor widgets for current heap usage of the - Java VM and Isabelle/ML, respectively. The one for ML includes information - about ongoing garbage collection (as ``ML cleanup''). For further details, a - double-clicking the JVM widget opens the external \<^verbatim>\jconsole\ application, - and the ML widget a new instance of the \<^emph>\Monitor\ panel. + The jEdit status line includes a monitor widget for the current heap usage + of the Isabelle/ML process; this includes information about ongoing garbage + collection (shown as ``ML cleanup''). A double-click opens a new instance of + the \<^emph>\Monitor\ panel, as explained below. There is a similar widget for the + Java VM: a double-click opens the external \<^verbatim>\jconsole\ application, with + detailed information and controls for the Java process underlying + Isabelle/Scala/jEdit. \<^medskip> The \<^emph>\Monitor\ panel visualizes various data collections about recent @@ -2250,10 +2252,6 @@ \<^bold>\Workaround:\ Increase JVM heap parameters by editing platform-specific files (for ``properties'' or ``options'') that are associated with the main app bundle. - - Also note that jEdit provides a heap space monitor in the status line - (bottom-right). Double-clicking on that causes full garbage-collection, - which sometimes helps in low-memory situations. \ end