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 has “detected” that the file size has exceeded the limit.
dubbo.mapping.cache.maxFileSize
or dubbo.meta.cache.maxFileSize
.
dubbo.mapping.cache.maxFileSize
anddubbo.meta.cache.maxFileSize
do not have explicitly stated default values, while the maximum file size default value found based on the logic oforg.apache.dubbo.common.cache.FileCacheStore.LimitedLengthBufferedWriter
is:Long.MAX_VALUE
(263-1) .
~/.dubbo
. If dubbo.meta.cache.filePath
and dubbo.mapping.cache.filePath
are configured, then the path will be that).