How to solve the out of memory issue?Reindex catalog categories url issueFatal error memory exhausted Zend PdoMagento running out of memoryMemory size exhausted when switching store viewsMagento 1.9.3.1 - Error 500 on products in cart if updated in adminMagento : sales_order_save_after gives memory allocation errorProducts Export Not working | Both Default export and Custom Script exportError Memory Size in Yireo Email TesterOut of memory while trying to get order last increment IdOut of memory when compiling Magento 2 - increasing memory doesn't work

Are certificates without DNS fundamentally flawed?

Does the Voyager team use a wrapper (Fortran(77?) to Python) to transmit current commands?

Why don't the open notes matter in guitar chords?

Cobb-Douglas production function with expenditures rather than units

Why is Chromosome 1 called Chromosome 1?

Generate a random point outside a given rectangle within a map

How to check a file was encrypted (really & correctly)

How to realistically deal with a shield user?

Who is the god Ao?

Did Apollo leave poop on the moon?

What is the German idiom or expression for when someone is being hypocritical against their own teachings?

ESTA declined to the US

Why does putting a dot after the URL remove login information?

Is it true that control+alt+delete only became a thing because IBM would not build Bill Gates a computer with a task manager button?

The actual purview of Her Majesty The Queen's Perogative?

Does this smartphone photo show Mars just below the Sun?

What can make Linux so unresponsive?

Does this put me at risk for identity theft?

How to halve redstone signal strength?

Decode a variable-length quantity

Pronouns when writing from the point of view of a robot

Does a 4 bladed prop have almost twice the thrust of a 2 bladed prop?

Validation and verification of mathematical models

Repeated! Factorials!



How to solve the out of memory issue?


Reindex catalog categories url issueFatal error memory exhausted Zend PdoMagento running out of memoryMemory size exhausted when switching store viewsMagento 1.9.3.1 - Error 500 on products in cart if updated in adminMagento : sales_order_save_after gives memory allocation errorProducts Export Not working | Both Default export and Custom Script exportError Memory Size in Yireo Email TesterOut of memory while trying to get order last increment IdOut of memory when compiling Magento 2 - increasing memory doesn't work






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm having this issue below.



Fatal error: Out of memory (allocated 301465600) (tried to allocate 32 bytes) in /home/romanzzino/public_html/lib/Zend/Db/Statement/Pdo.php on line 228


What could it be?










share|improve this question
































    0















    I'm having this issue below.



    Fatal error: Out of memory (allocated 301465600) (tried to allocate 32 bytes) in /home/romanzzino/public_html/lib/Zend/Db/Statement/Pdo.php on line 228


    What could it be?










    share|improve this question




























      0












      0








      0








      I'm having this issue below.



      Fatal error: Out of memory (allocated 301465600) (tried to allocate 32 bytes) in /home/romanzzino/public_html/lib/Zend/Db/Statement/Pdo.php on line 228


      What could it be?










      share|improve this question
















      I'm having this issue below.



      Fatal error: Out of memory (allocated 301465600) (tried to allocate 32 bytes) in /home/romanzzino/public_html/lib/Zend/Db/Statement/Pdo.php on line 228


      What could it be?







      magento-1.9 server-setup memory






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 26 '17 at 3:39









      Rafael Corrêa Gomes

      5,1302 gold badges36 silver badges71 bronze badges




      5,1302 gold badges36 silver badges71 bronze badges










      asked May 25 '17 at 22:15









      Sergio Mireles ReyesSergio Mireles Reyes

      1




      1























          1 Answer
          1






          active

          oldest

          votes


















          0














          It's an issue related to the memory limit on your server or installation.



          Improve these values on your .htaccess file, it's on your root installation folder.



          php_value memory_limit 512M
          php_value max_execution_time 38000


          If the solution above doesn't resolve, try to change the same limits on your php.ini file on your server.






          share|improve this answer

























          • I already did those steps and it still does not work. Do you have any other solution. The problem is that you only sign up for the Magento admin in the orders section when clicking on orders. All Magento works correctly.

            – Sergio Mireles Reyes
            May 25 '17 at 22:48











          • Url: Magento.com/index.php/admin/sales_order/index/key/…

            – Sergio Mireles Reyes
            May 25 '17 at 22:50











          • Try to disable some third-party extension that has relation with the order.

            – Rafael Corrêa Gomes
            May 25 '17 at 22:53











          • Excuse my English!!!

            – Sergio Mireles Reyes
            May 25 '17 at 23:05











          • I already do it and it does not work.

            – Sergio Mireles Reyes
            May 26 '17 at 18:17













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f176146%2fhow-to-solve-the-out-of-memory-issue%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          It's an issue related to the memory limit on your server or installation.



          Improve these values on your .htaccess file, it's on your root installation folder.



          php_value memory_limit 512M
          php_value max_execution_time 38000


          If the solution above doesn't resolve, try to change the same limits on your php.ini file on your server.






          share|improve this answer

























          • I already did those steps and it still does not work. Do you have any other solution. The problem is that you only sign up for the Magento admin in the orders section when clicking on orders. All Magento works correctly.

            – Sergio Mireles Reyes
            May 25 '17 at 22:48











          • Url: Magento.com/index.php/admin/sales_order/index/key/…

            – Sergio Mireles Reyes
            May 25 '17 at 22:50











          • Try to disable some third-party extension that has relation with the order.

            – Rafael Corrêa Gomes
            May 25 '17 at 22:53











          • Excuse my English!!!

            – Sergio Mireles Reyes
            May 25 '17 at 23:05











          • I already do it and it does not work.

            – Sergio Mireles Reyes
            May 26 '17 at 18:17















          0














          It's an issue related to the memory limit on your server or installation.



          Improve these values on your .htaccess file, it's on your root installation folder.



          php_value memory_limit 512M
          php_value max_execution_time 38000


          If the solution above doesn't resolve, try to change the same limits on your php.ini file on your server.






          share|improve this answer

























          • I already did those steps and it still does not work. Do you have any other solution. The problem is that you only sign up for the Magento admin in the orders section when clicking on orders. All Magento works correctly.

            – Sergio Mireles Reyes
            May 25 '17 at 22:48











          • Url: Magento.com/index.php/admin/sales_order/index/key/…

            – Sergio Mireles Reyes
            May 25 '17 at 22:50











          • Try to disable some third-party extension that has relation with the order.

            – Rafael Corrêa Gomes
            May 25 '17 at 22:53











          • Excuse my English!!!

            – Sergio Mireles Reyes
            May 25 '17 at 23:05











          • I already do it and it does not work.

            – Sergio Mireles Reyes
            May 26 '17 at 18:17













          0












          0








          0







          It's an issue related to the memory limit on your server or installation.



          Improve these values on your .htaccess file, it's on your root installation folder.



          php_value memory_limit 512M
          php_value max_execution_time 38000


          If the solution above doesn't resolve, try to change the same limits on your php.ini file on your server.






          share|improve this answer













          It's an issue related to the memory limit on your server or installation.



          Improve these values on your .htaccess file, it's on your root installation folder.



          php_value memory_limit 512M
          php_value max_execution_time 38000


          If the solution above doesn't resolve, try to change the same limits on your php.ini file on your server.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 25 '17 at 22:27









          Rafael Corrêa GomesRafael Corrêa Gomes

          5,1302 gold badges36 silver badges71 bronze badges




          5,1302 gold badges36 silver badges71 bronze badges















          • I already did those steps and it still does not work. Do you have any other solution. The problem is that you only sign up for the Magento admin in the orders section when clicking on orders. All Magento works correctly.

            – Sergio Mireles Reyes
            May 25 '17 at 22:48











          • Url: Magento.com/index.php/admin/sales_order/index/key/…

            – Sergio Mireles Reyes
            May 25 '17 at 22:50











          • Try to disable some third-party extension that has relation with the order.

            – Rafael Corrêa Gomes
            May 25 '17 at 22:53











          • Excuse my English!!!

            – Sergio Mireles Reyes
            May 25 '17 at 23:05











          • I already do it and it does not work.

            – Sergio Mireles Reyes
            May 26 '17 at 18:17

















          • I already did those steps and it still does not work. Do you have any other solution. The problem is that you only sign up for the Magento admin in the orders section when clicking on orders. All Magento works correctly.

            – Sergio Mireles Reyes
            May 25 '17 at 22:48











          • Url: Magento.com/index.php/admin/sales_order/index/key/…

            – Sergio Mireles Reyes
            May 25 '17 at 22:50











          • Try to disable some third-party extension that has relation with the order.

            – Rafael Corrêa Gomes
            May 25 '17 at 22:53











          • Excuse my English!!!

            – Sergio Mireles Reyes
            May 25 '17 at 23:05











          • I already do it and it does not work.

            – Sergio Mireles Reyes
            May 26 '17 at 18:17
















          I already did those steps and it still does not work. Do you have any other solution. The problem is that you only sign up for the Magento admin in the orders section when clicking on orders. All Magento works correctly.

          – Sergio Mireles Reyes
          May 25 '17 at 22:48





          I already did those steps and it still does not work. Do you have any other solution. The problem is that you only sign up for the Magento admin in the orders section when clicking on orders. All Magento works correctly.

          – Sergio Mireles Reyes
          May 25 '17 at 22:48













          Url: Magento.com/index.php/admin/sales_order/index/key/…

          – Sergio Mireles Reyes
          May 25 '17 at 22:50





          Url: Magento.com/index.php/admin/sales_order/index/key/…

          – Sergio Mireles Reyes
          May 25 '17 at 22:50













          Try to disable some third-party extension that has relation with the order.

          – Rafael Corrêa Gomes
          May 25 '17 at 22:53





          Try to disable some third-party extension that has relation with the order.

          – Rafael Corrêa Gomes
          May 25 '17 at 22:53













          Excuse my English!!!

          – Sergio Mireles Reyes
          May 25 '17 at 23:05





          Excuse my English!!!

          – Sergio Mireles Reyes
          May 25 '17 at 23:05













          I already do it and it does not work.

          – Sergio Mireles Reyes
          May 26 '17 at 18:17





          I already do it and it does not work.

          – Sergio Mireles Reyes
          May 26 '17 at 18:17

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f176146%2fhow-to-solve-the-out-of-memory-issue%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form