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

Proving a function is onto where f(x)=|x|.

Why do IPv6 unique local addresses have to have a /48 prefix?

Why did the EU agree to delay the Brexit deadline?

On a tidally locked planet, would time be quantized?

What is the gram­mat­i­cal term for “‑ed” words like these?

Reply 'no position' while the job posting is still there

Can a Necromancer reuse the corpses left behind from slain undead?

Do varchar(max), nvarchar(max) and varbinary(max) columns affect select queries?

Two-sided logarithm inequality

How must one send away the mother bird?

Flux received by a negative charge

Why does Async/Await work properly when the loop is inside the async function and not the other way around?

Visiting the UK as unmarried couple

Journal losing indexing services

Is XSS in canonical link possible?

why `nmap 192.168.1.97` returns less services than `nmap 127.0.0.1`?

Are sinusoidal travelling waves also normal modes of vibration?

A social experiment. What is the worst that can happen?

Difference between -| and |- in TikZ

How much character growth crosses the line into breaking the character

Engineer refusing to file/disclose patents

anything or something to eat

My friend sent me a screenshot of a transaction hash, but when I search for it I find divergent data. What happened?

Fuse symbol on toroidal transformer



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
    2 days ago















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
    2 days ago













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 yesterday









ARUNPRABAKARAN M

19610




19610










asked 2 days ago









Aadii MughalAadii Mughal

457




457












  • which magento version you are using

    – Naisa purushotham
    2 days ago

















  • which magento version you are using

    – Naisa purushotham
    2 days ago
















which magento version you are using

– Naisa purushotham
2 days ago





which magento version you are using

– Naisa purushotham
2 days ago










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
    2 days ago











  • Does the commands running ?

    – Mohit chauhan
    2 days ago











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

    – Aadii Mughal
    2 days ago











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

    – Aadii Mughal
    2 days ago











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

    – Mohit chauhan
    2 days ago



















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
          2 days ago











        • Does the commands running ?

          – Mohit chauhan
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Mohit chauhan
          2 days ago
















        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
          2 days ago











        • Does the commands running ?

          – Mohit chauhan
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Mohit chauhan
          2 days ago














        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 2 days ago









        Mohit chauhanMohit chauhan

        45419




        45419












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

          – Aadii Mughal
          2 days ago











        • Does the commands running ?

          – Mohit chauhan
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Mohit chauhan
          2 days ago


















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

          – Aadii Mughal
          2 days ago











        • Does the commands running ?

          – Mohit chauhan
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Aadii Mughal
          2 days ago











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

          – Mohit chauhan
          2 days ago

















        still same issue. snag.gy/M3EDCI.jpg

        – Aadii Mughal
        2 days ago





        still same issue. snag.gy/M3EDCI.jpg

        – Aadii Mughal
        2 days ago













        Does the commands running ?

        – Mohit chauhan
        2 days ago





        Does the commands running ?

        – Mohit chauhan
        2 days ago













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

        – Aadii Mughal
        2 days ago





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

        – Aadii Mughal
        2 days ago













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

        – Aadii Mughal
        2 days ago





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

        – Aadii Mughal
        2 days ago













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

        – Mohit chauhan
        2 days ago






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

        – Mohit chauhan
        2 days ago














        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 2 days ago









            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 2 days ago









                    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 2 days ago









                            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