You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/04/18 06:39:40 UTC

[GitHub] [jena] kinow commented on issue #1252: Fuseki compact through java code

kinow commented on issue #1252:
URL: https://github.com/apache/jena/issues/1252#issuecomment-1101144845

   >Ubuntu doesn't seem to realize that the disc isn't full anymore and fuseki still hangs on a full disc. Sigh ... .
   
   That might be due to the JVM process still running, so the OS holds back on reclaiming the space. You should be able to confirm with `lsof +L1` (“``+aL1 <file_system>'' will select unlinked  open  files on the specified file system.”)
   
   You could try deleting the file descriptors, but I think a better option would be trying to figure out (if confirmed the JVM is the process holding the deleted files) if we could close the files letting the OS reclaim the space.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org