M6 cache issues?

I upgraded to the latest M6 bits and I am now getting this error:

"Element FREEMEMORYPERCENTAGETHRESHOLD is undefined in CONFIG."

The only other change I made was to add the CacheBox.cfc to the config
directory. If I shift back to M5 then no error. I keep the coldbox/
system in my app root.

Th complete tag context is:

ID: CF_DOTRESOLVER
LINE: 386
Template: C:\inetpub\wwwroot\myApp\coldbox\system\cache\providers
\CacheBoxProvider.cfc
ID: CF_UDFMETHOD
LINE: 337
Template: C:\inetpub\wwwroot\myApp\coldbox\system\cache\providers
\CacheBoxProvider.cfc
ID: CF_TEMPLATEPROXY
LINE: 152
Template: C:\inetpub\wwwroot\myApp\coldbox\system\plugins
\Renderer.cfc
ID: CF_UDFMETHOD
LINE: 36
Template: C:\inetpub\wwwroot\myApp\layouts\Layout.Main.cfm
ID: CFINCLUDE
LINE: 247
Template: C:\inetpub\wwwroot\myApp\coldbox\system\plugins
\Renderer.cfc
ID: CF_TEMPLATEPROXY
LINE: 244
Template: C:\inetpub\wwwroot\myApp\coldbox\system\Coldbox.cfc
ID: CF_UDFMETHOD
LINE: 52
Template: C:\inetpub\wwwroot\myApp\Application.cfc

When I remove the CacheBox.cfc file from the config - this error goes
away. The cfc is added by Coldbox Utilities 2.1 when choosing the
Advanced skeleton. So is this is a bug?

Ahhh, yes,

Ok, this is in the templates. Ok, will add a fix to this.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

will update bits for this, but just add the following to the template conifguration:

freeMemoryPercentageThreshold = 0

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com