Magento 2 indexer:reindex Command Not WorkingFound an error “one or more indexers are invalid. make sure your magento cron job is running.”?print.less file error when run deploy commandreindex command not workingMagento command line errormagento 2.2.1 command is not workingMagento2 command not workingMagento2 deploy command not working and rest commands are workingSSH Command Line Error on fresh install of Magento 2.2.5 on BitnamiCatalog Search indexer process unknown errorMagento 2 error : Command “indexer:reindex” is not defined

How could a planet have erratic days?

Aragorn's "guise" in the Orthanc Stone

How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?

What does routing an IP address mean?

What is this called? Old film camera viewer?

How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?

2.8 Why are collections grayed out? How can I open them?

Open a doc from terminal, but not by its name

It grows, but water kills it

Closed-form expression for certain product

Strong empirical falsification of quantum mechanics based on vacuum energy density

If magnesium reacts with oxygen to produce magnesium oxide only on the application of heat, then why isn't it categorised as an endothermic reaction?

Is the U.S. Code copyrighted by the Government?

What does chmod -u do?

Is it better practice to read straight from sheet music rather than memorize it?

Is it safe to use olive oil to clean the ear wax?

Yosemite Fire Rings - What to Expect?

Why does the Sun have different day lengths, but not the gas giants?

If infinitesimal transformations commute why dont the generators of the Lorentz group commute?

Pre-mixing cryogenic fuels and using only one fuel tank

Is it possible to have a strip of cold climate in the middle of a planet?

How can I block email signup overlays or javascript popups in Safari?

What was the exact wording from Ivanhoe of this advice on how to free yourself from slavery?

Why electric field inside a cavity of a non-conducting sphere not zero?



Magento 2 indexer:reindex Command Not Working


Found an error “one or more indexers are invalid. make sure your magento cron job is running.”?print.less file error when run deploy commandreindex command not workingMagento command line errormagento 2.2.1 command is not workingMagento2 command not workingMagento2 deploy command not working and rest commands are workingSSH Command Line Error on fresh install of Magento 2.2.5 on BitnamiCatalog Search indexer process unknown errorMagento 2 error : Command “indexer:reindex” is not defined













0















enter image description here
when i run command



php bin/magento indexer:reindex


it don't reindex all indexers.



but when i run



php -dmemory_limit=6G bin/magento indexer:reindex


the the following error



Please advice your best ..










share|improve this question
























  • which magento version you are using

    – Naisa purushotham
    yesterday















0















enter image description here
when i run command



php bin/magento indexer:reindex


it don't reindex all indexers.



but when i run



php -dmemory_limit=6G bin/magento indexer:reindex


the the following error



Please advice your best ..










share|improve this question
























  • which magento version you are using

    – Naisa purushotham
    yesterday













0












0








0








enter image description here
when i run command



php bin/magento indexer:reindex


it don't reindex all indexers.



but when i run



php -dmemory_limit=6G bin/magento indexer:reindex


the the following error



Please advice your best ..










share|improve this question
















enter image description here
when i run command



php bin/magento indexer:reindex


it don't reindex all indexers.



but when i run



php -dmemory_limit=6G bin/magento indexer:reindex


the the following error



Please advice your best ..







magento2 command-line command






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 11 hours ago









ARUNPRABAKARAN M

19610




19610










asked yesterday









Aadii MughalAadii Mughal

456




456












  • which magento version you are using

    – Naisa purushotham
    yesterday

















  • which magento version you are using

    – Naisa purushotham
    yesterday
















which magento version you are using

– Naisa purushotham
yesterday





which magento version you are using

– Naisa purushotham
yesterday










4 Answers
4






active

oldest

votes


















0














As I can see in screenshot you are adding memory limit after bin/magento.
you will need to add memory limit before bin/magento



php -dmemory_limit=2G bin/magento indexer:reindex





share|improve this answer























  • still same issue. snag.gy/M3EDCI.jpg

    – Aadii Mughal
    yesterday











  • Does the commands running ?

    – Mohit chauhan
    yesterday











  • Design Config Grid index has been rebuilt successfully in 00:00:00

    – Aadii Mughal
    yesterday











  • after command it says.. Design Config Grid index has been rebuilt successfully in 00:00:00

    – Aadii Mughal
    yesterday











  • Try this command. and send me screenshot of output php -dmemory_limit=2G bin/magento indexer:reindex customer_grid

    – Mohit chauhan
    yesterday



















0














Just Delete these folders:



-var/cache



-var/page_cache



-var/view_preprocessed



Then Try your command.



if this will not work,then go to php.ini file and increase memory_limit(size).






share|improve this answer






























    0














    You need to Justify -dmemory_limit=-1






    share|improve this answer






























      0














      You are Adding Memory Limit After bin/magento



      You Need To Justify -dmemory_limit=-1




      -1 is for Unlimitaed memory




      php -dmemory_limit=-1 bin/magento indexer:reindex





      share|improve this answer






















        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%2f266962%2fmagento-2-indexerreindex-command-not-working%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        0














        As I can see in screenshot you are adding memory limit after bin/magento.
        you will need to add memory limit before bin/magento



        php -dmemory_limit=2G bin/magento indexer:reindex





        share|improve this answer























        • still same issue. snag.gy/M3EDCI.jpg

          – Aadii Mughal
          yesterday











        • Does the commands running ?

          – Mohit chauhan
          yesterday











        • Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • after command it says.. Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • Try this command. and send me screenshot of output php -dmemory_limit=2G bin/magento indexer:reindex customer_grid

          – Mohit chauhan
          yesterday
















        0














        As I can see in screenshot you are adding memory limit after bin/magento.
        you will need to add memory limit before bin/magento



        php -dmemory_limit=2G bin/magento indexer:reindex





        share|improve this answer























        • still same issue. snag.gy/M3EDCI.jpg

          – Aadii Mughal
          yesterday











        • Does the commands running ?

          – Mohit chauhan
          yesterday











        • Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • after command it says.. Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • Try this command. and send me screenshot of output php -dmemory_limit=2G bin/magento indexer:reindex customer_grid

          – Mohit chauhan
          yesterday














        0












        0








        0







        As I can see in screenshot you are adding memory limit after bin/magento.
        you will need to add memory limit before bin/magento



        php -dmemory_limit=2G bin/magento indexer:reindex





        share|improve this answer













        As I can see in screenshot you are adding memory limit after bin/magento.
        you will need to add memory limit before bin/magento



        php -dmemory_limit=2G bin/magento indexer:reindex






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        Mohit chauhanMohit chauhan

        45419




        45419












        • still same issue. snag.gy/M3EDCI.jpg

          – Aadii Mughal
          yesterday











        • Does the commands running ?

          – Mohit chauhan
          yesterday











        • Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • after command it says.. Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • Try this command. and send me screenshot of output php -dmemory_limit=2G bin/magento indexer:reindex customer_grid

          – Mohit chauhan
          yesterday


















        • still same issue. snag.gy/M3EDCI.jpg

          – Aadii Mughal
          yesterday











        • Does the commands running ?

          – Mohit chauhan
          yesterday











        • Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • after command it says.. Design Config Grid index has been rebuilt successfully in 00:00:00

          – Aadii Mughal
          yesterday











        • Try this command. and send me screenshot of output php -dmemory_limit=2G bin/magento indexer:reindex customer_grid

          – Mohit chauhan
          yesterday

















        still same issue. snag.gy/M3EDCI.jpg

        – Aadii Mughal
        yesterday





        still same issue. snag.gy/M3EDCI.jpg

        – Aadii Mughal
        yesterday













        Does the commands running ?

        – Mohit chauhan
        yesterday





        Does the commands running ?

        – Mohit chauhan
        yesterday













        Design Config Grid index has been rebuilt successfully in 00:00:00

        – Aadii Mughal
        yesterday





        Design Config Grid index has been rebuilt successfully in 00:00:00

        – Aadii Mughal
        yesterday













        after command it says.. Design Config Grid index has been rebuilt successfully in 00:00:00

        – Aadii Mughal
        yesterday





        after command it says.. Design Config Grid index has been rebuilt successfully in 00:00:00

        – Aadii Mughal
        yesterday













        Try this command. and send me screenshot of output php -dmemory_limit=2G bin/magento indexer:reindex customer_grid

        – Mohit chauhan
        yesterday






        Try this command. and send me screenshot of output php -dmemory_limit=2G bin/magento indexer:reindex customer_grid

        – Mohit chauhan
        yesterday














        0














        Just Delete these folders:



        -var/cache



        -var/page_cache



        -var/view_preprocessed



        Then Try your command.



        if this will not work,then go to php.ini file and increase memory_limit(size).






        share|improve this answer



























          0














          Just Delete these folders:



          -var/cache



          -var/page_cache



          -var/view_preprocessed



          Then Try your command.



          if this will not work,then go to php.ini file and increase memory_limit(size).






          share|improve this answer

























            0












            0








            0







            Just Delete these folders:



            -var/cache



            -var/page_cache



            -var/view_preprocessed



            Then Try your command.



            if this will not work,then go to php.ini file and increase memory_limit(size).






            share|improve this answer













            Just Delete these folders:



            -var/cache



            -var/page_cache



            -var/view_preprocessed



            Then Try your command.



            if this will not work,then go to php.ini file and increase memory_limit(size).







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered yesterday









            Muhammad AhmedMuhammad Ahmed

            586




            586





















                0














                You need to Justify -dmemory_limit=-1






                share|improve this answer



























                  0














                  You need to Justify -dmemory_limit=-1






                  share|improve this answer

























                    0












                    0








                    0







                    You need to Justify -dmemory_limit=-1






                    share|improve this answer













                    You need to Justify -dmemory_limit=-1







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered yesterday









                    Mitrajsinh vaghelaMitrajsinh vaghela

                    1026




                    1026





















                        0














                        You are Adding Memory Limit After bin/magento



                        You Need To Justify -dmemory_limit=-1




                        -1 is for Unlimitaed memory




                        php -dmemory_limit=-1 bin/magento indexer:reindex





                        share|improve this answer



























                          0














                          You are Adding Memory Limit After bin/magento



                          You Need To Justify -dmemory_limit=-1




                          -1 is for Unlimitaed memory




                          php -dmemory_limit=-1 bin/magento indexer:reindex





                          share|improve this answer

























                            0












                            0








                            0







                            You are Adding Memory Limit After bin/magento



                            You Need To Justify -dmemory_limit=-1




                            -1 is for Unlimitaed memory




                            php -dmemory_limit=-1 bin/magento indexer:reindex





                            share|improve this answer













                            You are Adding Memory Limit After bin/magento



                            You Need To Justify -dmemory_limit=-1




                            -1 is for Unlimitaed memory




                            php -dmemory_limit=-1 bin/magento indexer:reindex






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered yesterday









                            Ronak RathodRonak Rathod

                            57011




                            57011



























                                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%2f266962%2fmagento-2-indexerreindex-command-not-working%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

                                Bulk add to cart function issuecart vs. mini cart issue … rwd themeRedirect Add to cart button to cart pageAdd to cart issue - Magento 2.1The requested Payment Method is not available When creating an orderM2: reason add-to-cart might not function in production modeAdd to cart issue in some android devicesMagento 2 - custom price can not add to subtotal and grand total after add to cartAdd to cart codeIssue with my cart module on pdp and cart pages, just keeps spinningBulk price and quantity update using rest api

                                БиармияSxpst500bh2ntaf! 3h2r