Hi, I'm running a lucene based application on a linux system. The application writes and read many lucene indexes under the same directory, which doesn't contain other data.
We are monitoring the indexes directory and we noticed that the disk usage as calculated by the df util grows more rapidly than that calculated by the du util. When we terminate the application the disk usage calculated with the two utils is the same and it is the one calculated with du when the application is running. Can you figure out which is the reason? Thanks, Riccardo