szaszm commented on pull request #863:
URL: https://github.com/apache/nifi-minifi-cpp/pull/863#issuecomment-669270931


   > There are a lot more:
   > 
   > ```
   > ~/src/minifi$ git grep '"/tmp' | wc -l
   > 147
   > ```
   > 
   > the rest do not need to be changed?
   
   They are fine as long as we don't try to create a rocksdb repository there. 
The problem is that rocksdb is configured to use direct IO, i.e. bypass the 
page cache, but tmpfs is just a mounted page cache without backing storage, so 
it makes no sense to use direct IO there. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to