Other modules reuse the file-based caching mechanism of the Common layer (currently the metadata module), and the file caching mechanism of the Common layer “discovers” that the file size exceeds the limit.
dubbo.mapping.cache.maxFileSize
or dubbo.meta.cache.maxFileSize
dubbo.mapping.cache.maxFileSize
anddubbo.meta.cache.maxFileSize
do not show default values, The default value of the maximum file size found according to the logic oforg.apache.dubbo.common.cache.FileCacheStore.LimitedLengthBufferedWriter
is:Long.MAX_VALUE
( 263-1 ).
~/.dubbo
. If dubbo.meta.cache.filePath
and dubbo.mapping
are configured .cache.filePath` is that path).