Jump to content

dano1979

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Location
    USA
  • Activity
    Agency

dano1979's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have 1 php.ini file in use. My concern is everything but prestashop shows that i'm using 1024M. Test scripts with phpinfo() indicated the correct path to the ini and also show the memory_limit as 1024M. I'm confident the VM is setup correctly and I only have 1 php.ini file.
  2. I have 2GB allocated but can allocate more if needed. Using about 500MB currently.
  3. I am using the main php.ini for reference it's located here: /etc/php5/apache2/php.ini phpinfo() in a test php script with in the prestashop root directory show's the memory_limit as it is in php.ini yet Prestashop is reporting differently and I have a module that fails due to memory limit being exceeded, the error indicates the memory_limit as 256M. This is the error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 97 bytes)
  4. It's hosted in my office on VMWare no limitations, no cluster or hoster.
  5. Hello, I'm having an issue getting Prestashop to recognize the php memory_limit. My environment: LAMP Stack (Virtual Machine) SMP Debian 3.2.51-1 Apache 2.2.22 PHP 5.4.4 Prestashop 1.5.6.2 In my php.ini I have specified a memory limit of 1024M however when I look at Prestashop Advanced parameters configuration information it only shows 256M. A separate script outside of Prestashop using phpinfo() shows 1024M. I've also added ini_set('memory_limit','1024M'); to config.inc.php. Thanks, Dan
×
×
  • Create New...