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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to