diff --git a/Core/src/org/sleuthkit/autopsy/datamodel/AbstractContentChildren.java b/Core/src/org/sleuthkit/autopsy/datamodel/AbstractContentChildren.java index 8eddadc32b..eb736069a7 100644 --- a/Core/src/org/sleuthkit/autopsy/datamodel/AbstractContentChildren.java +++ b/Core/src/org/sleuthkit/autopsy/datamodel/AbstractContentChildren.java @@ -51,6 +51,8 @@ abstract class AbstractContentChildren extends Keys { * Uses lazy Content.Keys */ AbstractContentChildren() { + /*This was turned off because we were getting out of memory errors when the + filter nodes were hiding nodes. Turning this off seemed to help */ super(false); //don't use lazy behavior }