Author: cbrisson
Date: Fri Jul 22 17:32:55 2016
New Revision: 1753816

URL: http://svn.apache.org/viewvc?rev=1753816&view=rev
Log:
[site] document string interning option

Modified:
    velocity/site/cms/trunk/content/engine/devel/configuration.mdtext

Modified: velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration.mdtext?rev=1753816&r1=1753815&r2=1753816&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/configuration.mdtext Fri Jul 
22 17:32:55 2016
@@ -265,6 +265,10 @@ A resource cache implementation may want
 
 This key is also defined as a contstant 
`RuntimeConstants.RESOURCE_MANAGER_CACHE_SIZE`
 
+## String Interning
+
+`runtime.string.interning = true`
+> This property specifies whether to use Java (String 
interning)[https://en.wikipedia.org/wiki/String_interning] on identifiers. This 
may save some memory when set to true, and execute a little but faster when set 
to false.
 
 ## Configuration Examples
 


Reply via email to