|
POST
|
@JoshuaBixby , Is there any documentation or warnings from Esri that ArcGIS Server 11.x requires more RAM to run the same number of services as ArcGIS Server 10.x? This thread is the first time I have come across this information.
... View more
05-12-2025
09:44 AM
|
0
|
1
|
5523
|
|
POST
|
Thanks Joshua. That is great info for the planning of our 11.5 upgrade.
... View more
05-12-2025
06:29 AM
|
0
|
0
|
5541
|
|
POST
|
@JoshuaBixby wrote: The organization I used to work for initially had instability problems with ArcGIS Enterprise 11.x until we analyzed memory utilization of the ArcGIS Enterprise processes and subprocesses. It turns out the ArcGIS Pro runtime used in ArcGIS Enterprise 11.x results in ArcSOC.exe processes having about 50% increase in total memory footprint. I say total memory footprint because it wasn't more RAM being used but more virtual address space by the processes. It turns out we were hitting or nearly hitting the committed memory limit of the server, and the entire ArcGIS Enterprise framework would become unstable at that point. Once it became unstable, the only option to stabilize it was to stop the ArcGIS Server Windows service and restart it. I suggest you monitor the Committed memory usage of the server, and not just RAM. If you are getting over 90% committed memory for any period of time, I would update the virtual memory (page file) settings on the server. Just the other day I had one of our server admins tell me: "With the latest versions of Windows Server we prefer to let the OS manage the size of the page file". That was a general comment on Windows Server 2022 - not specific to ArcGIS Enterprise. I had asked the server admin to collect information on the paging file size from our 3 existing VMs running ArcGIS Server on older Windows Server 2016 VMs. @JoshuaBixby is your recommendation to increase the page file size? Bernie.
... View more
05-12-2025
04:50 AM
|
0
|
4
|
5562
|
|
POST
|
We had a similar problem with an upgrade. We went from two ArcGIS servers running 10.2.2 to three ArcGIS Servers running 10.7.1 on new VMs. It was great to have the new system on new VMs so we could do comparisons between the old and new system. You have to figure out where the bottleneck is that is slower in the new system compared to the old system. You can't just throw up your hands and complain that it is slower. It took us a lot of time and benchmarking but we figured out it was our file server. The location for the config-store required OpLocks to be OFF. The location for our FGDB required OpLocks to be ON. The problem is likely different in your situation so you are going have to dig in and find the bottleneck. We were lucky - we had a networking genius on our IT team to help with the diagnosis. But it still took time. Bernie.
... View more
05-12-2025
04:38 AM
|
1
|
0
|
1628
|
|
POST
|
Can you filter on another attribute? Are the polygons assigned a sequential objectID? Could you filter for the largest (e.g. newest) objectID? Here is a similar example from my own work: I have a Notebook that writes records to an AGOL hosted table. I truncate the data to the 2000 most recent records. This means the oldest record has objectID = 1 and the newest record has objectID = 2000. I use these objectID values to filter data in an ArcGIS Dashboard. Bernie.
... View more
05-06-2025
05:38 AM
|
2
|
0
|
717
|
|
POST
|
Thanks for the response @CodyPatterson. I am aware of the Health Check URL. I was more interested in some guidance on how to implement this on a Windows VM so the script would trigger following a reboot. What language to use? How to force a reboot in a script? etc. I would imagine it should be tricky to force a reboot. Bernie.
... View more
04-30-2025
06:37 AM
|
0
|
1
|
1242
|
|
POST
|
Hello, We have three ArcGIS Servers in a site running on Windows Server 2016 VMs. We reboot our ArcGIS Server VMs twice a week on a schedule. We only reboot 1 VM per night. Occassionally, ArcGIS Server fails to start after a reboot and it will get marked "unhealthy" by the web adaptors and it will be excluded from incoming requests. I would like to create a script to test the VM for a healthy ArcGIS Server following a reboot. If an unhealthy state is detected the script should correct the problem, possibly even reboot the VM. Has anyone created a script like this? Thanks, Bernie.
... View more
04-30-2025
05:38 AM
|
0
|
3
|
1273
|
|
POST
|
I just watched a recent OGC webinar recording. It clearly laid out the relationship from the old OGC OWS services to the new OGC API standards as shown in the image below: My question is: How do all of the ArcGIS Server services fit into this diagram? We publish map services, feature services, image services, geoprocessing services, and geocoding services. Would it look like this? Please take a copy of the image and correct my mistakes. Thanks, Bernie.
... View more
04-04-2025
11:10 AM
|
0
|
0
|
555
|
|
POST
|
Amanda, That is a great explanation of Esri vector tiles. But wouldn't it be better if customers had a choice? You can have "basic" vector tiles without Portal/AGOL. Or, you can combine vectore tiles with Portal/AGOL and you can also have restyling and .... etc. Bernie.
... View more
02-14-2025
04:57 AM
|
0
|
1
|
1956
|
|
POST
|
Add a filter to the dashboard for the regions. The user can set the filter so they only see the relavent data. https://doc.arcgis.com/en/dashboards/latest/get-started/filter-data.htm Or, create one dashboard for each user and apply a different filter in each dashboard. Bernie.
... View more
02-12-2025
05:49 AM
|
2
|
2
|
1869
|
|
POST
|
Hello Community, We have been publishing raster tile map services with ArcGIS Server since version 9.3.1. That was 2009 - long before ArcGIS Portal was a product. Portal was not necessary for the publishing of raster tile map services. Why is Portal / ArcGIS Online required for publishing vector tile map services? Why can't my vector tiles live beside their raster tile brothers on a file server? Is there a really good reason for making my map server infrastructure more complex? Thanks, Bernie.
... View more
02-10-2025
11:09 AM
|
0
|
5
|
2071
|
|
POST
|
If you know why they are asking for the same feature class in two map services with different coordinate systems you can help the client understand why it is / is not necessary. Perhaps they want a geographic coordinate system for a globe view and a projected coordinate system for a 2D view??
... View more
02-04-2025
08:51 AM
|
0
|
0
|
1449
|
|
POST
|
Why do you publish it in two coordinate systems? Is it to ensure accurate measurements? Is it to allow for faster draw times? Here are some thoughts to consider: When you add a map service to an AGOL web map, the map service is reprojected on the fly to the basemap's coordinate system. The ExB Measurement widget uses the ellipsoid-based geodesic calculation to calculate measurements. https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/measurement-widget.htm We only publish in one coordinate system, and it is not Web Mercator. We publish in EPSG 2953, https://geonb.snb.ca/arcgis/rest/services Bernie.
... View more
02-03-2025
05:34 AM
|
0
|
2
|
1487
|
|
POST
|
@IakovosFlorides, Based on your description it is unclear to me if the slowness is caused by the database or by your services. You did not mention the CPU and RAM utilization for your ArcGIS Server. Is there much free RAM and CPU during peak activity? I like @MichaelVolz suggestion. If your users do not need to immediately see the latest changes to the Enterprise geodatabase you can update the feature classess to one or more FGDBs. Then use the FGDBs as the source for your map services / feature services. Create automated scripts that run during slack times to move data from the enterprise geodatabase to the FGDB I get the impression that you have multiple feature classes in your map service / feature service. Are you using dedicated services or a shared pool service? I would recommend publishing the feature classes with the heaviest traffic as their own dedicated service, e.g. one feature class = one service. If you only have a few feature classes you can publish them all this way and assign more instances to the services with higher traffic. If you have a lot of services you can publish some of the lower traffic services in a shared pool. Bernie.
... View more
01-26-2025
10:44 AM
|
0
|
1
|
2107
|
|
POST
|
We just completed some special tuning for an event that we knew was going to greatly increase our traffic on one specific map service. We used some rules in Apache to identify incoming traffic for this map service and then split the load 50 / 50 across our 3 PROD servers and 3 TEST servers. Our TEST servers have the same specs as our PROD servers but TEST gets much less traffic. It worked perfectly and we experienced no problems with the additional traffic. We'll undo the special Apache config in a day or two. Bernie.
... View more
01-21-2025
09:46 AM
|
0
|
0
|
650
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 2 | Wednesday | |
| 1 | 06-04-2026 12:17 PM | |
| 1 | 02-24-2026 06:27 AM | |
| 1 | 02-24-2026 06:03 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|