- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-17-2026 07:41 PM
After upgrading to PAN-OS 11.1.13-h1, we started seeing the following warning log:
Warning: Policy cache usage is greater than 80 percent of the capacity
We have multiple firewalls in our environment, but this issue is only occurring on devices that were upgraded to version 11.1.13-h1.
When checking with the following command:
> debug dataplane show cfg-memstat statistics
We see:
VSYS Config Allocator Usage: 51%
POLICY CACHE USAGE: 82%
Based on this behavior, we would like to know if this is a known issue or bug specific to PAN-OS 11.1.13-h1.
03-18-2026 02:18 AM
Hi @khkim ,
It’s difficult to pinpoint the exact cause without more logs, but I’ve personally seen this error triggered by two very specific scenarios:
I've seen these warnings on PA-440 platforms. The firewall was consistently triggering memory alerts because its configuration file size (30MB) exceeds 80% of the maximum recommended configuration size (35MB) for the PA-400 platform, indicating management plane stress rather than dataplane operational capacity issues.
In case of the PA-400 scenario there were several ways to reduce the configuration file size:
Doing a thorough audit of your firewall's configuration to identify and remove any unused or redundant elements. This is the most effective way to reduce the file size. Key areas to review include:
The objective is to reduce the configuration size to a level comfortably below the 35 MB threshold. This stopped the alerts in the PA-400 scenario.
I’ve also seen this on VM-Series firewalls deployed on unsupported instance types (for example, an r5.xlarge on AWS). While these instances might "work" initially, they aren't officially supported and could exhibit unexpected performance drops or memory alerts under load.
You can verify your specific instance against the supported list here: VM-Series on AWS Models and Instances
I recommend opening a case with TAC for confirmation on what is causing the error in your case.
Kind regards,
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

