在我的 portal-ext 属性文件中,我找到了这些参数。我不记得为什么将它们放入配置文件中,我想我只是从其他一些网页上复制了它们,有人说它会有所帮助。
有评论解释了参数的作用,但我仍然不明白潜在的问题。
上传的数据如何被外部序列化?
为什么大于 10 MB 的文件被认为过大,为什么必须缓存它们?
#Set the threshold size to prevent extraneous serialization of uploaded data.
com.liferay.portal.upload.LiferayFileItem.threshold.size=262144
#Set the threshold size to prevent out of memory exceptions caused by caching excessively
#large uploaded data. Default is 1024 * 1024 * 10.
com.liferay.portal.upload.LiferayInputStream.threshold.size=10485760