From what I know the memory allocation is set when the cache is created:
createcache demoCache /s 127.0.0.1 /S 1024
Do you know if the memory allocation for NCache can be increased without reinstalling the cache? I need to increase the NCache memory size on production and reinstalling the cache is the last scenario I can do.
Thank you !
I found a sollution:
type="heap" cache-size="2048mb"