class: AbstractSettingsApplication::MemorySettingsAppl
authorStefan Vogel <sv@exept.de>
Thu, 16 Jul 2015 13:06:20 +0200
changeset 15746 557d798383e8
parent 15744 6d2924d28504
child 15747 382f9be3fb56
child 15748 3a1a2881b3b5
class: AbstractSettingsApplication::MemorySettingsAppl help spec
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Jul 15 10:43:42 2015 +0200
+++ b/AbstractSettingsApplication.st	Thu Jul 16 13:06:20 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
 	      All Rights Reserved
@@ -6659,7 +6657,7 @@
      the UIHelpTool may not be able to read the specification."
 
     "
-     UIHelpTool openOnClass:AbstractSettingsApplication::MemorySettingsAppl
+     UIHelpTool openOnClass:AbstractSettingsApplication::MemorySettingsAppl    
     "
 
     <resource: #help>
@@ -6688,13 +6686,13 @@
 'Start incremental background GC whenever this amount has been allocated in oldSpace since last GC'
 
 #maxOldSpace
-'Never allocate more than this amount of memory (oldSpace limit).\Having a limit here prevents runaway programs from allocating virtually unlimited amounts of memory.\That could lead to thrashing the virtual memory system and make the whole system useless.\Notice that on 32bit systmes, there is an implementation and OS dependent upper limit on this maximum'
+'Never allocate more than this amount of memory (oldSpace limit).\Having a limit here prevents runaway programs from allocating virtually unlimited amounts of memory.\That could lead to thrashing the virtual memory system and make the whole system useless.\Notice that on 32bit systems, there is an implementation and OS dependent upper limit on this maximum'
 
 #methodCodeSizeLimit
 'Do not JIT, if an individual method''s code size exceeds this'
 
 #newSpaceSize
-'Size of the space where new objects are created (newSpace).\The size determines the worst-case pause time of a scavenge operation.\For server, other request-processing applications and development, a bigger newSpace may substantally reduce the GC overhead (to almost 0%).\Useful values are between 400Kb to 16Mb'
+'Size of the space where new objects are created (newSpace).\The size determines the worst-case pause time of a scavenge operation.\For server, other request-processing applications and development, a bigger newSpace may substantally reduce the GC overhead (to almost 0%).\Useful values are between 400KiB to 16MiB'
 
 #oldIncr
 'Increase oldSpace in chunks of this size'