Bloomreach Cloud Restrictions and Limitations
Like any other software product, Bloomreach Cloud has some limitations and restrictions.
Default Restrictions
The following default restrictions are in place, values may differ for an individual stack:
- A supported Bloomreach Experience Manager version, see Bloomreach Experience Manager Releases and End-of-Life, Updates, and Supported Product Versions for details.
- Maximum of 4 environments (contact your Account Manager if you require additional environments).
- Maximum of 100 distributions. See API docs for how to replace a distribution when uploading from CI.
- Maximum of 1 production environment.
- Maximum of 2 Humio users (contact your Account Manager if you require additional users).
- Backups are preserved for 90 days.
- Maximum nginx proxy buffer size is 8k bytes. This means applications cannot return more than 8kB of data in the response header of the website.
- Maximum size of a distribution file supported is 650 MB.
- Maximum size of a configuration file supported is 65 KB.
- Site connection timeout is set to 60 seconds, i.e. the site application must return a response within 60 seconds.
- CMS connection timeout is set to 180 seconds.
Upload Limit
The max upload limit for the CMS is 15MB.
It's possible to configure the upload limit in the CMS configuration to a lower value. We strongly encourage to be conservative with large uploads. Uploads will make the database grow very quickly, making backup and restore (very) slow. As consequence, disaster recovery and blue/green deployments will suffer from these slow backup and restore. As a general rule, your database size should not exceed 60GB.
If your CMS is using a lot of images and/or high resolution images then consider using a Digital Asset Management system (DAM). From v13.2, brXM has support for OpenUI and DAM plugins, see v13.2 release notes.
Log Retention
Bloomreach Cloud uses Humio for logging. There is a 60 days log retention in place.
Applications Cannot Rely on Machine Characteristics
Because Bloomreach Cloud is designed for the cloud, applications cannot rely on machine characteristics. As consequence:
- Applications cannot use HttpSession for storing state within the website. Instead, applications should use cookies or a third party service like a CRM.
- One cannot rely on IP addresses of the ELB. See the FAQ (IP address section) for more information on this topic.
Redis Restrictions
Redis is used for internal Bloomreach Cloud platform purposes and therefore cannot currently be used for Second Level Page Cache or Cluster-Wide Generic Cache with the HST Enterprise Caching add-on.
Page View Definition
Page views are one of the key metrics for estimating usage with brXM and Bloomreach Cloud. You can find more information about page views in Bloomreach Cloud Page View Definition documentation.