Private Cloud용 Edge v. 4.16.05
에지 라우터 및 메시지 프로세서에는 요청/응답 크기에 사전 정의된 한도가 있습니다. 지정할 수 있습니다.
API에서 들어오는 요청을 처리하는 라우터에 대해 다음 속성을 수정합니다. /<inst_root>/apigee/customer/application/router.properties 기본값을 변경하려면 다음 단계를 따르세요.
conf_router_HTTP.request.line.limit=4k conf_router_HTTP.request.header.limit =8k conf_router_HTTP.response.line.limit=4k conf_router_HTTP.response.header.limit =8k
해당 파일이 없으면 새로 만듭니다.
다음 속성을 변경한 후에는 라우터를 다시 시작해야 합니다.
> /<inst_root>/apigee/apigee-service/bin/apigee-service edge-router restart
백엔드 서비스로의 발신 요청을 처리하는 메시지 프로세서의 경우 /<inst_root>/apigee/customer/application/message-processor.properties에서 다음 속성을 수정하여 이러한 기본값을 변경합니다.
conf/http.properties+HTTPRequest.line.limit=7k conf/http.properties+HTTPRequest.headers.limit=25k conf/http.properties+HTTPResponse.line.limit=2k conf/http.properties+HTTPResponse.headers.limit=25k
해당 파일이 없으면 새로 만듭니다.
다음 속성을 변경한 후에는 메시지 프로세서를 다시 시작해야 합니다.
> /<inst_root>/apigee/apigee-service/bin/apigee-service edge-message-processor restart