I get this error when i try to add a node (custom node)

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 244215 bytes) in C:\xampp\htdocs\drupal\includes\form.inc on line 2120

If i click refresh, it appears that only the first 150 or something fields got stored in the database.

My forms contains about 800 textfields (in a table) (input is 3 character numbers only).

How can i solve this problem?

SOLVED:

increase memory limit in php.ini