<?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 Re: ArcMAP running on App Volume / VMWare in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/arcmap-running-on-app-volume-vmware/m-p/1133271#M3320</link>
    <description>&lt;P&gt;For test purposes one might find this script interesting: should report only apprx 3s for the first response and about 0.003 fo the second print statement:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
import time

start = time.time()
arcpy.env.scratchWorkspace = 'c:/work/scratchoutput.gdb' #regEnumKey
end = time.time()
print(end-start)
start = time.time()
arcpy.env.scratchWorkspace = 'c:/work/scratchoutput2.gdb'
end = time.time()
print(end-start)&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;In our environment most registry operations are running slow. thats why this takes longer... in our case the first arcpy call takes about 500(!)s&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 07:30:33 GMT</pubDate>
    <dc:creator>RiccardoKlinger</dc:creator>
    <dc:date>2022-01-13T07:30:33Z</dc:date>
    <item>
      <title>ArcMAP running on App Volume / VMWare</title>
      <link>https://community.esri.com/t5/arcmap-questions/arcmap-running-on-app-volume-vmware/m-p/1118075#M3197</link>
      <description>&lt;P&gt;Currently we are trying to run ArcMAP on WIN10 which is served on VWARE using App Volumes. Unfortunately we are seeing severe performance issues:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- longer starting times&lt;/P&gt;&lt;P&gt;- longer pan-zoom actions&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Are there any best practices to keep in mind when running on AppVolumes? I checked this post for ArcGIS Pro but we all know, that ArcMAP is a total different ball park...&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/uncategorized/virtualizing-arcgis-pro-leveraging-vmware-app-volumes/" target="_blank"&gt;Virtualizing ArcGIS Pro Leveraging VMWare App Volumes (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 09:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/arcmap-running-on-app-volume-vmware/m-p/1118075#M3197</guid>
      <dc:creator>RiccardoKlinger</dc:creator>
      <dc:date>2021-11-18T09:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMAP running on App Volume / VMWare</title>
      <link>https://community.esri.com/t5/arcmap-questions/arcmap-running-on-app-volume-vmware/m-p/1120414#M3223</link>
      <description>&lt;P&gt;What I'Ve found so far using a single sde file and an arcpy.Arcsdeexecute is:&amp;nbsp;&lt;BR /&gt;The regenumkey operations take about 0.000004s each and there are 1.5millions of it. It took only 0.0000002s on a regular machine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will make sure that this setting is applied:&amp;nbsp;&lt;A href="https://kb.vmware.com/s/article/2145683" target="_blank"&gt;Applications launch and run slowly when an appstack is attached (2145683) (vmware.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 11:06:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/arcmap-running-on-app-volume-vmware/m-p/1120414#M3223</guid>
      <dc:creator>RiccardoKlinger</dc:creator>
      <dc:date>2021-11-26T11:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcMAP running on App Volume / VMWare</title>
      <link>https://community.esri.com/t5/arcmap-questions/arcmap-running-on-app-volume-vmware/m-p/1133271#M3320</link>
      <description>&lt;P&gt;For test purposes one might find this script interesting: should report only apprx 3s for the first response and about 0.003 fo the second print statement:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
import time

start = time.time()
arcpy.env.scratchWorkspace = 'c:/work/scratchoutput.gdb' #regEnumKey
end = time.time()
print(end-start)
start = time.time()
arcpy.env.scratchWorkspace = 'c:/work/scratchoutput2.gdb'
end = time.time()
print(end-start)&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;In our environment most registry operations are running slow. thats why this takes longer... in our case the first arcpy call takes about 500(!)s&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 07:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/arcmap-running-on-app-volume-vmware/m-p/1133271#M3320</guid>
      <dc:creator>RiccardoKlinger</dc:creator>
      <dc:date>2022-01-13T07:30:33Z</dc:date>
    </item>
  </channel>
</rss>

