search for: min_len

Displaying 2 results from an estimated 2 matches for "min_len".

Did you mean: in_len
2006 Mar 12
1
[Bug 404] Packets stuck in netfilter_queue after heavy loading
...-------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From kaber@trash.net 2006-03-12 15:09 MET ------- Turns out the problem is already fixed in current kernels. min_len in nfnetlink_check_attributes was calculated incorrectly, which resulted in attrlen beeing larger than the attribute really was. When the entire packet was parsed we still had attrlen > 0, and if the memory contents behind the packet data by accident looked like a valid attribute, it was also pa...
2006 Jul 26
3
memory problems when combining randomForests
Dear all, I am trying to train a randomForest using all my control data (12,000 cases, ~ 20 explanatory variables, 2 classes). Because of memory constraints, I have split my data into 7 subsets and trained a randomForest for each, hoping that using combine() afterwards would solve the memory issue. Unfortunately, combine() still runs out of memory. Is there anything else I can do? (I am not using