Edge for Private Cloud v4.18.05
Per evitare problemi di memoria in Edge, la dimensione del payload dei messaggi sul router e sul processore di messaggi è
limitato a 10 MB. Se si superano queste dimensioni, viene generato un errore protocol.http.TooBigBody
.
Utilizza le seguenti proprietà per modificare i limiti sul router, sul processore di messaggi o su entrambi. Entrambe le proprietà hanno un valore predefinito di "10m", corrispondente a 10 MB:
conf_http_HTTPRequest.body.buffer.limit
conf_http_HTTPResponse.body.buffer.limit
Per impostare queste proprietà:
- Apri il file
router.properties
omessage-processor.properties
in un editor. Se il file non esiste, creane uno:vi /opt/apigee/customer/application/router.properties
oppure:
vi /opt/apigee/customer/application/message-processor.properties
- Imposta le proprietà come preferisci:
conf_http_HTTPRequest.body.buffer.limit=15m conf_http_HTTPResponse.body.buffer.limit=15m
- Salva le modifiche.
- Assicurati che il file delle proprietà appartenga all'elemento "apigee" utente:
chown apigee:apigee /opt/apigee/customer/application/router.properties
oppure:
chown apigee:apigee /opt/apigee/customer/application/message-processor.properties
- Riavvia il componente Edge:
/opt/apigee/apigee-service/bin/apigee-service edge-router restart
oppure:
/opt/apigee/apigee-service/bin/apigee-service edge-message-processor restart