Dec 1st, 2009, 2:27 PM
Hi Alexis,
Thanks for your post!
1677721 bytes == 16 MB, which isn't all that much. Many larger PHP scripts like Drupal will require more than that, including Form Tools. 20 MB should be fine for most stuff, but I'd be tempted to double it to 32MB or even 64MB.
That should solve all your problems. It's possible that when you export really huge forms with lots and lots of submissions you'll eventually run into memory problems again, but for fringe cases like that, just download the entire content piecemeal - half at a time or something.
- Ben
Thanks for your post!
1677721 bytes == 16 MB, which isn't all that much. Many larger PHP scripts like Drupal will require more than that, including Form Tools. 20 MB should be fine for most stuff, but I'd be tempted to double it to 32MB or even 64MB.
That should solve all your problems. It's possible that when you export really huge forms with lots and lots of submissions you'll eventually run into memory problems again, but for fringe cases like that, just download the entire content piecemeal - half at a time or something.
- Ben