CalcLockBlock Error
I receive the below error message when refreshing SmartView for one of our apps:
Dynamic calc processor cannot allocate more than [330] blocks from the heap. Please increase CalcLockBlock setting and then retry.
I had our IS partner change the CalcLockBlock settings on the config file, but I still receive the same error. The config file settings are below:
CALCCACHEHIGH 200000000
CALCCACHEDEFAULT 100000000
CALCCACHELOW 50000000
CALCLOCKBLOCKHIGH 50000000
CALCLOCKBLOCKDEFAULT 20000000
CALCLOCKBLOCKLOW 5000000
The only change was that the original error message was 200 blocks and after the config file change it is now 330. I also changed the cache settings for the application in EAS first, but that didn't help either. Can anyone please provide some guidance as to where my settings should be set?