You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2022/10/05 10:32:00 UTC

[jira] [Created] (MINIFICPP-1950) Disable in-memory-caching for FileSystemRepository

Adam Debreceni created MINIFICPP-1950:
-----------------------------------------

             Summary: Disable in-memory-caching for FileSystemRepository
                 Key: MINIFICPP-1950
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1950
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Adam Debreceni
            Assignee: Adam Debreceni


The DatabaseContentRepository's backend (rocksdb) does not support files bigger than 4gb, so FileSystemRepository is a viable alternative for such use-cases. Moreover, on memory-constrained systems storing large contents in-memory is not acceptable. We should change the behavior of FileSystemRepository to avoid such caches.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)