Fatal error Allowed memory size exhausted with WooCommerce WordPress plugin

Solution:

Find the default-constants.php file on wordpress\wp-includes folder.
Try changing line 23 :

define('WP_MEMORY_LIMIT', '40M');  

to :

define('WP_MEMORY_LIMIT', '128M');