<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Service parameters cache in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845340#M4876183</link>
    <description>&lt;P&gt;Here's an excerpt from &lt;B&gt;&lt;A href="http://www.risingroad.com/foxhound-4-0/foxhound4_help/foxhound_monitor.html#monitor_status_cache"&gt;this Foxhound 4 Help topic&lt;/A&gt;&lt;/B&gt;:
&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;B&gt;Performance Tip:&lt;/B&gt; If the computer is dedicated to running this SQL Anywhere server and no other process of importance, consider disabling the automatic cache size tuning process by specifying the -ca 0 and -c options to set a fixed cache size. With a dedicated computer there may be no need for SQL Anywhere to perform extra work changing the cache size up and down.
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 08:58:08 GMT</pubDate>
    <dc:creator>Breck_Carter</dc:creator>
    <dc:date>2018-01-24T08:58:08Z</dc:date>
    <item>
      <title>Service parameters cache</title>
      <link>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaq-p/13845339</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;Is there any point in setting the cache limits on a server with 24 Gb, running a database on approx. 11 Gb?
I'm thinking about the -c -cl and -ch parameters.
And what is the point in setting "-ca 0" to disable automatic cache resize?
Is there any situation where you want to use this parameter?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Bjarne Anker&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaq-p/13845339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-23T12:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Service parameters cache</title>
      <link>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845340#M4876183</link>
      <description>&lt;P&gt;Here's an excerpt from &lt;B&gt;&lt;A href="http://www.risingroad.com/foxhound-4-0/foxhound4_help/foxhound_monitor.html#monitor_status_cache"&gt;this Foxhound 4 Help topic&lt;/A&gt;&lt;/B&gt;:
&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;B&gt;Performance Tip:&lt;/B&gt; If the computer is dedicated to running this SQL Anywhere server and no other process of importance, consider disabling the automatic cache size tuning process by specifying the -ca 0 and -c options to set a fixed cache size. With a dedicated computer there may be no need for SQL Anywhere to perform extra work changing the cache size up and down.
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 08:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845340#M4876183</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2018-01-24T08:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Service parameters cache</title>
      <link>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845342#M4876185</link>
      <description>&lt;P&gt;That being said, using the defaults may be helpful to get to know how much maximum cache size the database server will use for typical workloads... So I recommend to study the according properties and/or the according console log messages, and use the results to specify the -c option value...&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 09:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845342#M4876185</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2018-01-24T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Service parameters cache</title>
      <link>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845341#M4876184</link>
      <description>&lt;P&gt;Thanks for the input guys.&lt;/P&gt;
&lt;P&gt;I've started the service with automatic cache resize (no -ca 0 parameter) and the high limit for the cache (-ch) bigger than the databasesize (12 GB for a 9 GB database).
I looks very promising.&lt;/P&gt;
&lt;P&gt;Bjarne&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 09:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845341#M4876184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-01-24T09:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Service parameters cache</title>
      <link>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845343#M4876186</link>
      <description>&lt;P&gt;In my understanding, the default value for the maximum cache size on Win64 is 90 % of the total physical memory of the machine, which would be about 21,6 GB, so I'm not sure you have increased the maximum cache size... Note that cache is also used for temporary file space, so whether a "somewhat-more-than-dbsize" cache is optimal or not is difficult to tell without real workloads...&lt;/P&gt;
&lt;P&gt;I would prefer to set the initial cache size because that would default to 25 % of the total RAM here, so only 6 GB. As stated, I can't tell whether that is fitting for you, but the properties can tell you so...&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 07:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845343#M4876186</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2018-01-25T07:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Service parameters cache</title>
      <link>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845344#M4876187</link>
      <description>&lt;P&gt;FWIW Foxhound provides ongoing information related to cache usage:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;cache size and usage: 13M, 0% of 14G &lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;temporary file size, usage, fragments etc: Temp  2M  48.9%   5  322G  C:\\Users\\Breck\\AppData\\Local\\Temp\\sqla0001.tmp&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;database-level temporary space usage, rollback log size and number of uncommitted operations&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;connection-level temporary space usage, rollback log size and number of uncommitted operations&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;See "Usage 2: Runaway Memory Usage" in the &lt;B&gt;&lt;A href="http://www.risingroad.com/foxhound-4-0/Foxhound%204%20Database%20Monitor%20White%20Paper.pdf"&gt;white paper here&lt;/A&gt;&lt;/B&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 07:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/service-parameters-cache/qaa-p/13845344#M4876187</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2018-01-26T07:33:15Z</dc:date>
    </item>
  </channel>
</rss>

