You can edit index.php and add the following line near the top:
ini_set('memory_limit','64M');
edit: you can do the same thing in php.ini if you access to it. Make sure to restart apache if you do so.
memory_limit = 64M ;
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.