I have java application (Java 8u60) that runs on CentOS 7 Linux with NVMe SSD 950GB It's downloads zip file without about 1.5m small files (7.5gb unziped), unzip and then deletes all the unziped data and downloads same zip again and tries to unzip it again, at some stage I got an exception saying o more free space on disk. But, when I'm checking the disk space I see that there's lots of free disk space, (about 600GB), while needed (7.5GB).
What could be possible issue here ?
Thanks