Jul 4th, 2010, 10:16 AM
Hi Troopa,
Uh-oh, that doesn't sound good... Form submissions shouldn't take much memory at all - they're just "dumb" insertions into the database. There may be additional processing such as sending emails and pre-processing the incoming data, but nothing that should take that amount of memory.
Most larger apps required 64MB - some 128, but 100MB for Form Tools should really be fine. In your case, something's not right: that error message indicates that it's exhausting the entire 100MB of memory while attempting to allocate a mere 35 bytes. Weird...
Do you have any email templates for the form? Could you try temporarily disabling them? How about Submission Pre-Parser, or Hook Manager module scripts - do you have any set up for that form? If so, disable them too.
Tricky to know what to suggest... let me know!
- Ben
Uh-oh, that doesn't sound good... Form submissions shouldn't take much memory at all - they're just "dumb" insertions into the database. There may be additional processing such as sending emails and pre-processing the incoming data, but nothing that should take that amount of memory.
Most larger apps required 64MB - some 128, but 100MB for Form Tools should really be fine. In your case, something's not right: that error message indicates that it's exhausting the entire 100MB of memory while attempting to allocate a mere 35 bytes. Weird...
Do you have any email templates for the form? Could you try temporarily disabling them? How about Submission Pre-Parser, or Hook Manager module scripts - do you have any set up for that form? If so, disable them too.
Tricky to know what to suggest... let me know!
- Ben