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

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

          Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

          Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?