OSB business service oftern receving Request Entity Too Large error, any idea.
currently BS disabled content stream but still seen this issue.
[<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>OSB-380000</con:errorCode>
<con:reason>Request Entity Too Large</con:reason>
<con:location>
<con:node>RouteNode1</con:node>
<con:path>response-pipeline</con:path>
</con:location>
</con:fault>
response header
<response xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="http:HttpResponseMetaData">
<headers xmlns="http://www.bea.com/wli/sb/transports" xsi:type="http:HttpResponseHeaders">
<user-header name="X-Powered-By" value="ASP.NET"/>
<Connection xmlns="http://www.bea.com/wli/sb/transports/http">close</Connection>
<Content-Length xmlns="http://www.bea.com/wli/sb/transports/http">73</Content-Length>
<Content-Type xmlns="http://www.bea.com/wli/sb/transports/http">text/html</Content-Type>
<Date xmlns="http://www.bea.com/wli/sb/transports/http">Mon, 05 Sep 2022 12:24:08 GMT</Date>
<Server xmlns="http://www.bea.com/wli/sb/transports/http">Microsoft-IIS/10.0</Server>
</headers>
<response-code xmlns="http://www.bea.com/wli/sb/transports">1</response-code>
<response-message xmlns="http://www.bea.com/wli/sb/transports">Request Entity Too Large</response-message>
<encoding xmlns="http://www.bea.com/wli/sb/transports">iso-8859-1</encoding>
<http-response-code xmlns="http://www.bea.com/wli/sb/transports/http">413</http-response-code>
</response>