mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
add wrapper.WithRebuildMaxMemBytes(200MB) to ai-statistics&ai-proxy
This commit is contained in:
@@ -29,6 +29,7 @@ func init() {
|
||||
wrapper.ProcessStreamingResponseBody(onHttpStreamingBody),
|
||||
wrapper.ProcessResponseBody(onHttpResponseBody),
|
||||
wrapper.WithRebuildAfterRequests[AIStatisticsConfig](1000),
|
||||
wrapper.WithRebuildMaxMemBytes[AIStatisticsConfig](200*1024*1024),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user