Extract files from a downloaded file into remote storage" retried until failure:graphql-rest-provider-service pods show restarts:bosh -d hub-<ID> ssh registry/0kubectl get pods -n tanzusm | grep graphql-rest-provider-service
Example:
registry:~$ kubectl get pods -n tanzusm | grep rest-provider-service
graphql-rest-provider-service-<POD_ID> 1/1 Running 5 82m
graphql-rest-provider-service-<POD_ID> 1/1 Running 9 82m
16:56:04.988Z [thread='task-73' user='' org='' trace=''] ERROR com.vmware.ensemble.rest.document.service.DocumentFileService - Error while uploading file for documentId and path = ########-####-####-####-2f3b46aa887e, ########-####-####-####-07d16a40aa6c/BUILD_ARTIFACTS/########-####-####-####-2f3b46aa887e. Error: Failed to upload file to S3Tanzu Hub 10.4 release running in Evaluation Mode.
The graphql-rest-provider-service deployment is configured with limited Memory per pod when deployed in Evaluation Mode. Extraction failures may occur during foundation vending operations due to the way the files are buffered into the S3 storage location when using Evaluation Mode.
JVM_HEAP to 2g and set '-XX:InitiatingHeapOccupancyPercent=45' to temporarily allow foundation vending:JVM_OPTS section, edit value from 3g to 2g and -XX:InitiatingHeapOccupancyPercent to 45:containers:- env: - name: JVM_HEAP value: 3g #--------> Decrease to 2G
- name: SSL_KEY_PASSWORD - name: JAVA_OPTS value: -XX:+UseG1GC -XX:+PrintGCDetails -XX:G1HeapRegionSize 2m -XX:+UseStringDeduplication -XX:InitiatingHeapOccupancyPercent=65 #--------> Change to 45