It is possible to configure the way that CMIS requests are processed by adding
property settings in the SkyVault-global.properties file.
Change the default file limit
The default limit for the length of a file to upload is 4GB (4096MB).
To change this limit, for example to 5GB (5120MB), add
the following property in SkyVault-global.properties
file:
opencmis.maxContentSize=5120
To ignore the size check,
use the following property
setting:
opencmis.maxContentSize=-1