Edge for Private Cloud v. 4.16.05
לנתב Edge ולמעבד ההודעות יש מגבלות מוגדרות מראש על גודל הבקשה/תגובה ולגודל השורה.
כדי לשנות את ערכי ברירת המחדל האלה בנתב, שמטפל בבקשות נכנסות מה-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