[tpm] Increase the file/match cache size
Antonio Sun
tpm.ats at spamgourmet.com
Thu Dec 5 15:31:32 PST 2013
Hi,
I have a script that works on xml content:
xml_output | perl -n000e
's,(?<=">)(.*?)(?=</StringHttpBody>),something_lese,eg; print'
It works if the content within the StringHttpBody tag fall within
certain size. However when it is big, my script will fail.
I'm wondering how can I increase such file/match cache size to hold
larger content? Can I set it to some super crazy size? Some of such
content can be as big as over 280K in size.
Ever possible?
Thanks
Antonio
More information about the toronto-pm
mailing list