0-4 - Cache Entry Limit Exceeded
0-4 - Cache Entry Limit Exceeded
Other modules reuse the file-based caching mechanism of the Common layer (currently the metadata module), and the Common layer’s file cache mechanism has “detected” that the entry limit has been exceeded.
Possible Reasons
Users have irrationally configured the Java System Property (configured with -D) dubbo.mapping.cache.entrySize
or dubbo.meta.cache.entrySize
.
Default Values
dubbo.mapping.cache.entrySize | dubbo.meta.cache.entrySize |
10000 | 100 |
Troubleshooting and Resolution Steps
- Try reconfiguring the above Java System Property (configured with -D).
- If these System Properties are not configured at all, please issue a report on the GitHub Issue Tracker.
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)