When archiving data or print lists on documents greater than 200 KB, you can specify the maximum file size for archiving. To specify the limit, set the maxrequestlength setting in the web.config file equal to the number of kilobytes. Example:
<httpRuntime maxRequestLength="16384" executionTimeout="90"/>