Troubleshooting Tip: Config error log 'cache-mem-percent' post upgrade from v7.2 to v7.4 in FortiGate
| Description | This article describes the reason why the following config error log post upgrade to v7.4 in FortiGate could be faced:
diagnose debug config-error-log read |
| Scope | FortiGate. |
| Solution | The message 'set cache-mem-percent 1 @ global.webfilter.fortiguard:command parse error (error -61)' is a parse error due to a change in the configuration parameter from 'cache-mem-percent' in v7.2 to 'cache-mem-permille' in v7.4.
config webfilter fortiguard set cache-mem-percent 2
config webfilter fortiguard set cache-mem-permille 1
show full-configuration webfilter fortiguard | grep cache-mem
The change was made to allocate a minor portion of memory for the rating cache, which was considered more justified. |
