in reply to Out of Memory
I was hoping this will help your review in providing a fix. I noticed the module fails trying to read the entire XML worksheet content at the biggest worksheet in my spreadsheet with 1 million rows in it -
<font size="6"> foreach ($member_sheet -> contents =~ /(\<.*?\/?\>|.*?(?=\<))/ +g) { </font>
Can we change this go line-by-line? or in chunks? not sure I totally understand how this works.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Out of Memory
by ETLTCHFIG (Novice) on May 06, 2011 at 00:14 UTC |