Good day monks. I have a half-gig file containing a JSON object I'm trying to read in using File::Slurp. I get an out of memory error. Thing is, I have 32 gig of installed memory, and only 20 gig is in use when I try to run the script. Should be plenty left to hold a half-gig string. Is there some absolute limit on memory for Perl?