Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我使用 Alfresco 4.0d,我只能上传 2GB 的文件。我想上传一个大小超过 4GB 的文件。如何自定义在 Alfresco 中上传 4GB 文件?
默认情况下,您应该能够将 2GB 的文件上传到 Alfresco。
Alfresco 的 CMIS 接口默认最大上传大小为 4GB,您可以通过添加以下alfresco-global.properties行来消除此限制,如文档中所述:
alfresco-global.properties
opencmis.maxContentSize=-1
alf_data 在什么文件系统上?如果是FAT32,那就是问题所在。