Wednesday 12 April 2017

Increase maximum size of List Template SharePoint 2013

Error : The list is too large to save as a template.

Note : There is a hard limit of 500MB. By default it is 10 MB.

Step 1.
If you try to save a list as a list template, you may see the following error due to the list being too large:

The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes.

You can increase the maximum size of a list / site template by running the following command (note that 500mb is the largest you can go):

stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000

Step 2.
1)Go to Application Management
2)Go to Manage Web Application
3)Select Web Application
4)Select General Settings drop down from ribbon
5)From the drop down menu select Resource Throttling
6)Go to List View Threshold and change the value upto 100000(as per your need)

No comments:

Post a Comment