Select to view content in your preferred language

Geoprocessing result download ... too big?

515
1
09-18-2023 02:24 AM
RiccardoKlinger
Frequent Contributor

Hi folks,

 

we are currently developing a python toolbox and publishing this to arcgis server 10.9.1

The toolbox creates a tar file which should be donwloaded to the client. Unfortunately this only works for smaller TARs. The download fails for TARs which are larger than 2GB. 

Is there a setting ArcGIS Server or Portal that might be relevant here?

0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor

@RiccardoKlinger I believe this depends on the heap size of ArcGIS Server:

https://enterprise.arcgis.com/en/server/10.9.1/publish-services/windows/general-considerations-for-u...

There is a file size limitation for uploading data capability when sharing a geoprocessing service and downloading output data when running the geoprocessing service. The limitation depends on the heap size of the federated server that hosts the geoprocessing service. The default server heap size is 64 MB; however, the size can be modified by the server administrator if needed. Check with your server administrator to increase the heap size in the following instances:

  • Uploading raster data larger than 64 MB
  • Uploading feature data close to or larger than 64 MB
  • Downloading feature data close to or larger than 64 MB

 

Below is a link on how to change the heap size:

https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/geoprocessing-se...