Cloud Platform Enterprise uses shared file systems to ensure that data your code writes to a /files directory is accessible on all web nodes running your application’s code.
When you import or create your Drupal codebase, Cloud Platform creates symbolic links to your public file directory. Every Drupal multisite website in your account has its own /files directory.
[docroot]/files links to /mnt/files/[site].[env]/files[docroot]/sites/default/files links to /mnt/files/[site].[env]/sites/default/files[docroot]/sites/example.com/files links to /mnt/files/[site].[env]/sites/example.com/filesTo ensure its privacy, the /files-private directory is not symbolically linked to your application’s [docroot]. For private file handling, you can either use the absolute path to [docroot] or a relative path under ../acquia-files. For more information, see Setting the private file directory on Cloud Platform.
Large images can increase page load times, causing a perceived performance issue for your visitors. Additional problems can include having files that are too large for your application’s Varnish® cache, and that uploading large files through Drupal can fail due to timeouts at various levels of the stack.
If, however, you need to use extremely large files, consider these resources and factors:
Drupal applications on Cloud Platform support downloading of files of any size. However, large downloads require a correct Content-Length header in the HTTP response in order to succeed. For any static file, the Apache process in the Cloud Platform stack will provide the correct header. If the download is large (1 GB or greater) and is dynamically generated (for example, generated by a PHP script), the download is likely to fail unless a Content-Length header is explicitly provided.
If you maintain an extremely large number of files in your application, it can have a substantial negative effect on performance and stability, especially if they are all contained in the same directory. Acquia has found that having over 2,500 files in any single directory in the files structure, or a total of 250,000 files across all directories for environments running on Cloud Classic technologies, can seriously impact your infrastructure’s performance and potentially its stability. If your application requires a large number of files, maintain them in multiple directories. For more information about files and performance, see Improving application performance, Proactively organizing files in subfolders, and Optimizing file paths: Organizing files in subfolders, which includes scripts for migrating files into subdirectories in your file system.
For environments running on Cloud Next technologies, there is no practical limit to how much storage is available, although Acquia strongly recommends keeping environments under 1 TB in total file system size in order to ensure file copy operations and disaster recovery processes can both be completed in a timely manner, when required.
For environments running on Cloud Classic technologies, Cloud Platform uses Amazon Elastic Block Stores (EBS) for an application’s files directory.
Since EBS volumes can be no larger than 1 terabyte, Acquia recommends using Amazon’s S3 storage service if you require more than 1 terabyte of file storage. Amazon S3 is highly reliable and can scale to any size storage. For Drupal 7 applications, you can use the AmazonS3 module, which uses the Drupal file wrapper to send files directly to and from S3.
For more information, see Using external storage for files.
Files in your application’s file storage are not executable by Cloud Platform PHP processes.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Cloud Platform Enterprise uses shared file systems to ensure that data your code writes to a /files directory is accessible on all web nodes running your application’s code.
When you import or create your Drupal codebase, Cloud Platform creates symbolic links to your public file directory. Every Drupal multisite website in your account has its own /files directory.
[docroot]/files links to /mnt/files/[site].[env]/files[docroot]/sites/default/files links to /mnt/files/[site].[env]/sites/default/files[docroot]/sites/example.com/files links to /mnt/files/[site].[env]/sites/example.com/filesTo ensure its privacy, the /files-private directory is not symbolically linked to your application’s [docroot]. For private file handling, you can either use the absolute path to [docroot] or a relative path under ../acquia-files. For more information, see Setting the private file directory on Cloud Platform.
Large images can increase page load times, causing a perceived performance issue for your visitors. Additional problems can include having files that are too large for your application’s Varnish® cache, and that uploading large files through Drupal can fail due to timeouts at various levels of the stack.
If, however, you need to use extremely large files, consider these resources and factors:
Drupal applications on Cloud Platform support downloading of files of any size. However, large downloads require a correct Content-Length header in the HTTP response in order to succeed. For any static file, the Apache process in the Cloud Platform stack will provide the correct header. If the download is large (1 GB or greater) and is dynamically generated (for example, generated by a PHP script), the download is likely to fail unless a Content-Length header is explicitly provided.
If you maintain an extremely large number of files in your application, it can have a substantial negative effect on performance and stability, especially if they are all contained in the same directory. Acquia has found that having over 2,500 files in any single directory in the files structure, or a total of 250,000 files across all directories for environments running on Cloud Classic technologies, can seriously impact your infrastructure’s performance and potentially its stability. If your application requires a large number of files, maintain them in multiple directories. For more information about files and performance, see Improving application performance, Proactively organizing files in subfolders, and Optimizing file paths: Organizing files in subfolders, which includes scripts for migrating files into subdirectories in your file system.
For environments running on Cloud Next technologies, there is no practical limit to how much storage is available, although Acquia strongly recommends keeping environments under 1 TB in total file system size in order to ensure file copy operations and disaster recovery processes can both be completed in a timely manner, when required.
For environments running on Cloud Classic technologies, Cloud Platform uses Amazon Elastic Block Stores (EBS) for an application’s files directory.
Since EBS volumes can be no larger than 1 terabyte, Acquia recommends using Amazon’s S3 storage service if you require more than 1 terabyte of file storage. Amazon S3 is highly reliable and can scale to any size storage. For Drupal 7 applications, you can use the AmazonS3 module, which uses the Drupal file wrapper to send files directly to and from S3.
For more information, see Using external storage for files.
Files in your application’s file storage are not executable by Cloud Platform PHP processes.
If this content did not answer your questions, try searching or contacting our support team for further assistance.