Resource Bundle limits?

Hi,

Working with one of the clients, we need to keep all possible swatch images mapping in BrXM. For example:
key=value
Leather:Red=<swatch_img_url>

So I would like to find the max limit of putting this into the CMS resource bundle.

Also, how would I best create such data for initial load as there would be so much. So first upload the swatch images under Images and then create resource bundle properties to map the URLs to those swatch images.

Thanks in advance!

There’s no limit. But resource bundle data from resource bundle documents are cached in memory without any limit. So, unless you have too much exceeding the JVM heap size, it should be okay.