Memory blowout with'Restrict to blocks of' filter
Posted: Mon Aug 05, 2013 10:29 pm
This filter is causing memory usage to blow out massively.
We are investigating, but you can emulate the same function without the memory blowout by replacing the restriction with a perl pattern.
e.g Restrict to blocks of length 4078.
Replace with:
Perl pattern replace:
.{4078}
Replace with
$0
You can add one of these new filters, copy it multiple times using [x2], and then drag the subfilters of the 'Restrict to blocks of' filter into the new perl pattern replace filter.
We are investigating, but you can emulate the same function without the memory blowout by replacing the restriction with a perl pattern.
e.g Restrict to blocks of length 4078.
Replace with:
Perl pattern replace:
.{4078}
Replace with
$0
You can add one of these new filters, copy it multiple times using [x2], and then drag the subfilters of the 'Restrict to blocks of' filter into the new perl pattern replace filter.