gather_program added manual trash recycling

This commit is contained in:
zhanyun 2016-04-11 22:07:55 +08:00
parent 51003a2c2c
commit 2cd7bda35f
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class GatherProcess {
} catch (InterruptedException e) {
logger.error(e);
}
System.gc(); //手动垃圾回收
}
}