Setting your memory limit
Drupal Commerce requires quite a few additional modules in order to operate. It is advised that you increase the maximum memory limit available to the Drupal site by editing the sites/drupalcommerce.localhost/settings.php
file.
At the bottom of the file add the following code line:
ini_set('memory_limit', '128M');