Edge for Private Cloud v4.19.01
במכשיר Edge Router ובמעבד ההודעות יש מגבלות מוגדרות מראש על גודל הכותרות של הבקשות/התשובות ועל אורך השורה.
הגדרת מגבלות לנתב
כדי לשנות את ערכי ברירת המחדל של הנתב, עורכים את המאפיינים הבאים ב-/opt/apigee/customer/application/router.properties
:
# Request buffers # default: # conf_load_balancing_load.balancing.driver.large.header.buffers=8 16k # new value: conf_load_balancing_load.balancing.driver.large.header.buffers=8 32k # Response buffers # default: # conf_load_balancing_load.balancing.driver.proxy.buffer.size=64k # new value: conf_load_balancing_load.balancing.driver.proxy.buffer.size=128k
אם הקובץ הזה לא קיים, יוצרים אותו.
עבור conf_load_balancing_load.balancing.driver.large.header.buffers
, הפרמטר הראשון מציין את מספר המאגרים והשני את הגודל של כל מאגר. המאגרים מוקצים באופן דינמי ומשוחרים אחרי השימוש. ההגדרות האלה משמשות רק אם כותרת הבקשה גדולה מ-1KB. בבקשות שבהן ה-URI של בקשת הכותרת קטן מ-1KB, לא יתבצע שימוש במאגרים הגדולים.
מציינים את הגודל של מאגר הנתונים הזמני ב-conf_load_balancing_load.balancing.driver.proxy.buffer.size
.
Edge Router מוטמע באמצעות Nginx. מידע נוסף על המאפיינים האלה זמין במאמרים הבאים:
- conf_load_balancing_load.balancing.driver.large.header.buffers
- conf_load_balancing_load.balancing.driver.proxy.buffer.size
צריך להפעיל מחדש את הנתב אחרי שמשתנים המאפיינים הבאים:
/opt/apigee/apigee-service/bin/apigee-service edge-router restart
הגדרת מגבלות למעבד ההודעות
למעבד ההודעות, שמטפל בבקשות יוצאות לשירותים לקצה העורפי, צריך לערוך את המאפיינים הבאים ב-/opt/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
אם הקובץ הזה לא קיים, יוצרים אותו.
צריך להפעיל מחדש את מעבד ההודעות אחרי שמשתנים המאפיינים הבאים:
/opt/apigee/apigee-service/bin/apigee-service edge-message-processor restart