OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Load sample data error on install orocrm_application 2.1

This topic contains 2 replies, has 3 voices, and was last updated by  mfejczaruk 6 years, 11 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27666

    you.han
    Participant

    I already run php command with -d memory_limit=512M or -d memory_limit=1024M, but still have error.

    > loading Oro\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadECommerceDashboard
    > loading Oro\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadEmailData
    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /Users/hanyou/SublimeProjects/orocrm/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php on line 58
    PHP Stack trace:
    PHP 1. {main}() /Users/hanyou/SublimeProjects/orocrm/app/console:0
    PHP 2. Symfony\Component\Console\Application->run() /Users/hanyou/SublimeProjects/orocrm/app/console:22

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #27667

    Mike Kudelya
    Participant

    Hi

    Please try to set “-d memory_limit=-1”. How many gigabytes of memory do you have?

    #27668

    mfejczaruk
    Participant

    Which version do you run? And what’s your environment? It seems that your limit is still set to 256MB because 268435456 is around 256MB.

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top