gather_program added manual trash recycling
This commit is contained in:
parent
51003a2c2c
commit
2cd7bda35f
|
|
@ -54,6 +54,7 @@ public class GatherProcess {
|
|||
} catch (InterruptedException e) {
|
||||
logger.error(e);
|
||||
}
|
||||
System.gc(); //手动垃圾回收
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue