How to calculate memory consumption of a cached ColdFusion template

In particular, I am trying to figure out an approximate way to calculate a good value compared to the JVM settings for CF Admin> Server Settings> Caching> Maximum number of cached templates.

So, what I'm trying to figure out is it possible to use the API API to get this information from ColdFusion? Or, if there is another way to use Java, for example.
The only guide I found was the Adobe documentation, offering 1 megabyte template allocated for the JVM .

Please do not answer the question about profiling.

+3
source share
2 answers

" JVM", , . , Old Tenured ? , ?

0

, CF Server Monitor, - http://www.cftracker.net/page.cfm/features, , .

+1

Source: https://habr.com/ru/post/1788306/


All Articles