Memory blowout with'Restrict to blocks of' filter

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Memory blowout with'Restrict to blocks of' filter

Post by DataMystic Support »

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.
Post Reply