Update Hypervisor.java
This commit is contained in:
parent
3438370544
commit
930306a581
@ -159,7 +159,6 @@ public class Hypervisor {
|
|||||||
for (;;) {
|
for (;;) {
|
||||||
for (RedditPost post : myRedditExtractor.getRedditPosts()) {
|
for (RedditPost post : myRedditExtractor.getRedditPosts()) {
|
||||||
computeRedditPost(post);
|
computeRedditPost(post);
|
||||||
post = null;
|
|
||||||
}
|
}
|
||||||
System.out.println("[*] Cleaning memory.");
|
System.out.println("[*] Cleaning memory.");
|
||||||
System.gc();
|
System.gc();
|
||||||
|
Loading…
Reference in New Issue
Block a user