mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Added garbage collection after each AIM job
This commit is contained in:
parent
f83ae0606c
commit
c2fc50bbb4
@ -1947,6 +1947,9 @@ final class AutoIngestManager extends Observable implements PropertyChangeListen
|
||||
processJob();
|
||||
} finally {
|
||||
manifestLock.release();
|
||||
|
||||
// force garbage collection to release file handles
|
||||
System.gc();
|
||||
}
|
||||
if (jobProcessingTaskFuture.isCancelled()) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user