How to set Rules Cache Size
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
According to the cachetuner, I should extend my "rules" cache. (By default it is 800KB)
Does anybody now which setting in sitecore config I should adapt in order to achieve this?
caching
add a comment |Â
up vote
2
down vote
favorite
According to the cachetuner, I should extend my "rules" cache. (By default it is 800KB)
Does anybody now which setting in sitecore config I should adapt in order to achieve this?
caching
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
According to the cachetuner, I should extend my "rules" cache. (By default it is 800KB)
Does anybody now which setting in sitecore config I should adapt in order to achieve this?
caching
According to the cachetuner, I should extend my "rules" cache. (By default it is 800KB)
Does anybody now which setting in sitecore config I should adapt in order to achieve this?
caching
caching
asked Sep 25 at 7:46
Bart Verdonck
636112
636112
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
The setting is called Rules.MaxCachedRules
. The value should be in bytes. You can set it to 0 to disable the cache completely.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<settings>
<!-- Default value if not set otherwise (800KB) -->
<setting name="Rules.MaxCachedRules" value="819200" />
</settings>
</sitecore>
</configuration>
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
The setting is called Rules.MaxCachedRules
. The value should be in bytes. You can set it to 0 to disable the cache completely.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<settings>
<!-- Default value if not set otherwise (800KB) -->
<setting name="Rules.MaxCachedRules" value="819200" />
</settings>
</sitecore>
</configuration>
add a comment |Â
up vote
5
down vote
accepted
The setting is called Rules.MaxCachedRules
. The value should be in bytes. You can set it to 0 to disable the cache completely.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<settings>
<!-- Default value if not set otherwise (800KB) -->
<setting name="Rules.MaxCachedRules" value="819200" />
</settings>
</sitecore>
</configuration>
add a comment |Â
up vote
5
down vote
accepted
up vote
5
down vote
accepted
The setting is called Rules.MaxCachedRules
. The value should be in bytes. You can set it to 0 to disable the cache completely.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<settings>
<!-- Default value if not set otherwise (800KB) -->
<setting name="Rules.MaxCachedRules" value="819200" />
</settings>
</sitecore>
</configuration>
The setting is called Rules.MaxCachedRules
. The value should be in bytes. You can set it to 0 to disable the cache completely.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<settings>
<!-- Default value if not set otherwise (800KB) -->
<setting name="Rules.MaxCachedRules" value="819200" />
</settings>
</sitecore>
</configuration>
edited Sep 25 at 8:03
answered Sep 25 at 7:54
Søren Kruse
2,550921
2,550921
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f14105%2fhow-to-set-rules-cache-size%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password