Importing large files and images | HCL Digital Experience
Because importing large files into HCL Web Content Manager can have a negative impact on performance, you can adjust several settings to ensure better performance when importing files.
Before you begin
UNIX note: If you are running on a UNIX operating system, ensure
that you have used the ulimit -f command
to set the maximum size of files that can be created to be at least
the size of the largest file you would need to upload to the content server.
The command ulimit -f unlimited removes
any limit on file size. When setting the size, also make sure that
the system has sufficient disk space to support the setting.
Disk space requirements: When importing web
content libraries, a temporary directory is used to store the library
files during the upload process. If the size of the uploaded files
exceeds the available disk space for the temporary directory, the
import operation fails. When uploading large libraries, ensure that
there is sufficient disk space to accommodate the import.
- Log in to the WebSphere® Integrated Solutions Console.
- Click .
- Make sure the location that is specified under jcr.binaryValueFileDir has sufficient disk space to accommodate the import.
Procedure
- Log in to the WebSphere® Integrated Solutions Console.
- Click .Cluster note: If you are using this web content server as part of a cluster, ensure that you use the WebSphere® Integrated Solutions Console for the deployment manager when manipulating configuration properties.
- For the
resource.maxUploadSize
property, specify a value in megabytes corresponding to the size of the largest file that you want to allow to be imported.For example, if you do not want to allow files larger than 34 MB to be imported, update theresource.maxUploadSize
property to have a value of34
. Although it is recommended that this value not exceed 100 MB, you cannot upload files larger than 512 MB. - For the
resourceserver.maxCacheObjectSize
property, specify a value of 300 KB or less. - Add the
transaction.sync.remove
property, and specify a value oftrue
. - Click
- Add the
protocol_http_large_data_inbound_buffer
property, and for the value specify the maximum file size in bytes.This value should correspond to the value you set for theresource.maxUploadSize
property in theWCM WCMConfigService
service.Note that the
protocol_http_large_data_inbound_buffer
property uses bytes. So if you specified a value of 34 MB for theresource.maxUploadSize
property, you would specify a value of 35651584 bytes for theprotocol_http_large_data_inbound_buffer
property. - Click
- Specify the
fullyMaterializeLobData
property with a value offalse
. - Click .
- Increase the maximum number of database collections that are allowed for the application server by increasing the value of the Maximum connections field to a value greater than the default 50 connections.
- If you are working with files larger than 100 MB, increase
the web containers transaction timeout setting.
- Click .
- Increase the value of the Total transaction lifetime timeout setting from the default setting of 120 seconds.
- Increase the maximum number of threads that are allowed
in the thread pool that is used by the web container.
- Click .
- Set the value of the Maximum Size field to 100 threads.
- If you are using IBM® HTTP Server Version 7, increase
the connection timeout value for connections to the application.
- Click Save to save your configuration changes.
- Restart the portal for the settings to take effect.
What to do next
Note: If the portal's policy cache manager indicates that
a number of web container threads are hung, set the
cacheinstance.com.ibm.wps.policy.services.PolicyCacheManager.lifetime
property
in the WP CacheManagerService
service
to a value of -1
. This setting reduces
the database connections and load times and helps prevent threads
from hanging.