AbstractSettingsApplication.st
changeset 16143 93dfa902272a
parent 16125 a3bfff28fd3c
child 16144 d52edd3811bc
--- a/AbstractSettingsApplication.st	Mon Mar 07 14:17:41 2016 +0100
+++ b/AbstractSettingsApplication.st	Mon Mar 07 17:55:27 2016 +0100
@@ -7084,7 +7084,7 @@
 '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 400KiB to 16MiB'
+'Size of the space where new objects are created (newSpace).\The size determines the worst-case pause time of a scavenge operation.\For servers or other request-processing applications, a bigger newSpace will dramatically reduce the GC overhead (to almost 0%).\For interactive applications, a smaller newSpace reduces the worst case pause times.\Useful values are between 800KiB to 64MiB'
 
 #oldIncr
 'Increase oldSpace in chunks of this size'