File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
algorithm_catalog/vito/parcel_delineation/openeo_udp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def generate() -> dict:
77
77
"driver-memoryOverhead" : "1000m" ,
78
78
"executor-memory" : "1000m" ,
79
79
"executor-memoryOverhead" : "500m" ,
80
- "python-memory" : "4000m " ,
80
+ "python-memory" : "4200m " ,
81
81
}
82
82
83
83
# Build the process dictionary
Original file line number Diff line number Diff line change 210
210
"description" : " Parcel delineation using Sentinel-2" ,
211
211
"default_job_options" : {
212
212
"udf-dependency-archives" : [
213
- " https://artifactory.vgt.vito.be:443 /auxdata-public/openeo/onnx_dependencies.zip#onnx_deps" ,
214
- " https://artifactory.vgt.vito.be:443 /artifactory/auxdata-public/openeo/parcelDelination/BelgiumCropMap_unet_3BandsGenerator_Models.zip#onnx_models"
213
+ " https://artifactory.vgt.vito.be/auxdata-public/openeo/onnx_dependencies.zip#onnx_deps" ,
214
+ " https://artifactory.vgt.vito.be/artifactory/auxdata-public/openeo/parcelDelination/BelgiumCropMap_unet_3BandsGenerator_Models.zip#onnx_models"
215
215
],
216
216
"driver-memory" : " 500m" ,
217
217
"driver-memoryOverhead" : " 1000m" ,
218
218
"executor-memory" : " 1000m" ,
219
219
"executor-memoryOverhead" : " 500m" ,
220
- "python-memory" : " 4000m "
220
+ "python-memory" : " 4200m "
221
221
},
222
222
"parameters" : [
223
223
{
You can’t perform that action at this time.
0 commit comments