Legacy Knowledge Base
Published Jun. 30, 2025

Error uploading files larger than 100MB in Liferay Cloud

Written By

Justin Mann

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Uploading files greater than 100 MB for enviroments on Liferay Cloud are failing
    • This occurs even after the Maximum Upload Request Size has been increased to accommodate files larger than 100MB
  • When attempting to upload the file, an error message appears saying "Unable to scan file for viruses. Size limit exceeded."

 

Environment

  • Liferay Cloud
  • Liferay DXP 7.4 connected with ClamAV

 

Resolution

  • The Liferay Cloud environment is set up with ClamAV by default
  • It was determined that this issue is due to a size limitation on uploading files in ClamAV.
  • Within the ClamAV logs, the following startup log can be seen by default
    • Limits: File size limit set to 104857600 bytes. 
  • This setting can be changed by changing the following properties in the ClamAV Configuration settings (clamd.conf)
    • MaxScanSize 1000M
      MaxFileSize 1000M
      StreamMaxLength 1000M
Did this article resolve your issue ?

Legacy Knowledge Base