on 2022 Mar 03 7:12 PM
We are working on an upgrade from CCV1 V6.4 to CCV2 V2105.
Understanding is that when deploying to the SAP Public cloud, it is strongly recommended to make use of dynamic allocation instead of fix.
At this time we have defined 4 custom cache regions as well as have set the size for the standard OOTB regions. Here is what we have for our 6.4.
Do I do something like the following where heap size is 4 GB
{ "key":"regioncache.productregion.size", "value":"#{ 2500000 * ( T(java.lang.Runtime).runtime.maxMemory() / ( 1024 * 1024 * 1024 * 4.0 ) ) }"
},
{ "key":"regioncache.pricerowregion.size", "value":"#{ 32000000 * ( T(java.lang.Runtime).runtime.maxMemory() / ( 1024 * 1024 * 1024 * 4.0 ) ) }"
},
Request clarification before answering.
Hi David,
So you customized the region cache on CCv1 by adding 4 custom regions and configured the OOTB regions as well, on CCv2 you will need to move the customization and configuration as well.
And you can even reuse your existing local configuration files like local.properties file on CCv2, by mentioning the local files in manifest.json file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.