I bumped upon this 10 MB limit today when trying to save a site as a template. Did some research on the net and found that you can change this limit through the following stsadm command:
stsadm -o setproperty -pn max-template-document-size -pv 524288000
This will set a 500 MB limit instead, which is apparently the maximum value you can specify.


