<?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>topic cachingTools, cache creation, pooling and parallel work in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/cachingtools-cache-creation-pooling-and-parallel/m-p/312327#M12002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are running on a virtual server with 12 physical cores/ 24 virtual cores and we are not seeing any relevant perfomance boost after upgrading from a 8/16 core setup yet.&lt;/P&gt;&lt;P&gt;We are setting the MAX_Number of instances for the cachingtools service&lt;A _jive_internal="true" href="https://community.esri.com/discussion/Allocation of server resources to caching—Documentation | ArcGIS Enterprise"&gt; according to this ressource&lt;/A&gt; to 22 cores (it should be 25 ... 2n+1) to let some space for parallel threads on&amp;nbsp; the machine.&lt;/P&gt;&lt;P&gt;With regard to the &lt;A href="https://proceedings.esri.com/library/userconf/fed17/papers/fed_91.pdf"&gt;best practice paper&lt;/A&gt; we are now also setting the MIN_Number to 22.&lt;/P&gt;&lt;P&gt;Running the tile cache creation on my desktop I saw, that it was running level 0 with one bundle eg 1 core, then going up to level 6 and still only one bundle and one core utilized. in level 7 it was creating three bundles and utilized three cores at that time. So there was no parallelization in the lower zoom levels. &lt;CODE&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;On Desktop I was utilizing:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ManageTileCache_management&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is the described behaviour also occuring on the server side running the creation of tiles using this arcpy command:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;ManageMapServerCacheTiles_server&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Here is the order of folder creation (right column: creation time):&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="504850" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/504850_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;some insight into cache creation:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="504860" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/504860_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;Despite the need to render like hell as not all tiles are created, the server manager shows that not all instances are "active" (screenshot from a test system with 8 instead of 22 cores):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/504861_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Sometimes it peaks at 6 instances but mots of the times it is showing 3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking forward your suggestions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best, Ric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2020 15:23:23 GMT</pubDate>
    <dc:creator>RiccardoKlinger</dc:creator>
    <dc:date>2020-08-28T15:23:23Z</dc:date>
    <item>
      <title>cachingTools, cache creation, pooling and parallel work</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cachingtools-cache-creation-pooling-and-parallel/m-p/312327#M12002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are running on a virtual server with 12 physical cores/ 24 virtual cores and we are not seeing any relevant perfomance boost after upgrading from a 8/16 core setup yet.&lt;/P&gt;&lt;P&gt;We are setting the MAX_Number of instances for the cachingtools service&lt;A _jive_internal="true" href="https://community.esri.com/discussion/Allocation of server resources to caching—Documentation | ArcGIS Enterprise"&gt; according to this ressource&lt;/A&gt; to 22 cores (it should be 25 ... 2n+1) to let some space for parallel threads on&amp;nbsp; the machine.&lt;/P&gt;&lt;P&gt;With regard to the &lt;A href="https://proceedings.esri.com/library/userconf/fed17/papers/fed_91.pdf"&gt;best practice paper&lt;/A&gt; we are now also setting the MIN_Number to 22.&lt;/P&gt;&lt;P&gt;Running the tile cache creation on my desktop I saw, that it was running level 0 with one bundle eg 1 core, then going up to level 6 and still only one bundle and one core utilized. in level 7 it was creating three bundles and utilized three cores at that time. So there was no parallelization in the lower zoom levels. &lt;CODE&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;On Desktop I was utilizing:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ManageTileCache_management&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is the described behaviour also occuring on the server side running the creation of tiles using this arcpy command:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;ManageMapServerCacheTiles_server&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Here is the order of folder creation (right column: creation time):&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="504850" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/504850_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;some insight into cache creation:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="504860" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/504860_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;Despite the need to render like hell as not all tiles are created, the server manager shows that not all instances are "active" (screenshot from a test system with 8 instead of 22 cores):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/504861_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Sometimes it peaks at 6 instances but mots of the times it is showing 3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking forward your suggestions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best, Ric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:23:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cachingtools-cache-creation-pooling-and-parallel/m-p/312327#M12002</guid>
      <dc:creator>RiccardoKlinger</dc:creator>
      <dc:date>2020-08-28T15:23:23Z</dc:date>
    </item>
  </channel>
</rss>

