Loading

Document upload error 'Maximum view state size limit (170KB) exceeded'

게시 일자: Oct 13, 2022
상세 설명

Learn why you're getting the error message, "Maximum view state size limit (170KB) exceeded." when you try to upload a document.
 

솔루션

Salesforce allows Visualforce pages to have a maximum view state size of 170KB.

The View State tab shows you which elements on your page are taking up that space.

A smaller view state size generally means quicker load times.

In order to avoid this error, minimize your pages' view state. You can optimize your Apex controller code and remove any superfluous Visualforce components used.

For example:

  • If you notice that a large percentage of your view state comes from objects used in controllers or controller extensions,consider refining your SOQL calls to return only data that's relevant to the Visualforce page.
  • If your view state is affected by a large component tree, try reducing the number of components your page depends on.

For more information regarding the View State, review About the View State Tab

Knowledge 기사 번호

000384993

 
로드 중
Salesforce Help | Article