What is Cinnamon process in Linux Mint?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












I have installed Linux Mint 18.3 Sylvia, when ever I open System Monitor, the process Cinnamon is taking so much of my memory and CPU. What is this cinnamon process and what is its significance.







share|improve this question



















  • Cinnamon is your desktop environment. See man cinnamon on your system. How much is "so much"?
    – Kusalananda
    Jul 5 at 9:28















up vote
0
down vote

favorite
1












I have installed Linux Mint 18.3 Sylvia, when ever I open System Monitor, the process Cinnamon is taking so much of my memory and CPU. What is this cinnamon process and what is its significance.







share|improve this question



















  • Cinnamon is your desktop environment. See man cinnamon on your system. How much is "so much"?
    – Kusalananda
    Jul 5 at 9:28













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I have installed Linux Mint 18.3 Sylvia, when ever I open System Monitor, the process Cinnamon is taking so much of my memory and CPU. What is this cinnamon process and what is its significance.







share|improve this question











I have installed Linux Mint 18.3 Sylvia, when ever I open System Monitor, the process Cinnamon is taking so much of my memory and CPU. What is this cinnamon process and what is its significance.









share|improve this question










share|improve this question




share|improve this question









asked Jul 5 at 9:16









debaonline4u

64




64











  • Cinnamon is your desktop environment. See man cinnamon on your system. How much is "so much"?
    – Kusalananda
    Jul 5 at 9:28

















  • Cinnamon is your desktop environment. See man cinnamon on your system. How much is "so much"?
    – Kusalananda
    Jul 5 at 9:28
















Cinnamon is your desktop environment. See man cinnamon on your system. How much is "so much"?
– Kusalananda
Jul 5 at 9:28





Cinnamon is your desktop environment. See man cinnamon on your system. How much is "so much"?
– Kusalananda
Jul 5 at 9:28











3 Answers
3






active

oldest

votes

















up vote
1
down vote



accepted










The cinnamon process is the window manager that's drawing your screen. If it's causing you issues you can do the following to kill it and replace it with a new instance.



$ pkill -HUP -f "cinnamon --replace"





share|improve this answer




























    up vote
    2
    down vote













    The cinnamon process is the window manager, i.e. the program which manages all the windows on your desktop. It also takes care of the desktop, the panel, notifications etc.






    share|improve this answer




























      up vote
      2
      down vote













      Cinnamon is your desktop environment. Essentially your GUI. It's what you see when you use your computer.



      So, to answer your next question, no don't kill it! :) It is quite normal that it takes a lot of RAM. On most systems, the graphical environment is very RAM-hungry since our modern GUIs come with all sorts of fancy bells and whistles. Cinnamon isn't the most complicated and heavy, but it's far from the least.



      On a final note, remember that used RAM isn't a bad thing. Unless you feel the machine is lagging or slow, there is absolutely no problem here. Most of the RAM you see used is probably marked as available to other programs and will be released as soon as anything asks for it. You can see this by running free -h:



      $ free -h
      total used free shared buff/cache available
      Mem: 31Gi 9.6Gi 16Gi 2.7Gi 5.6Gi 18Gi
      Swap: 14Gi 3.9Gi 11Gi


      I don't use Mint, so I don't have this "System Monitor" you mentioned, but I'm willing to bet that it's showing the buff/cache value as part of the "used".



      Finally, to understand more about Linux and RAM, have a look at https://www.linuxatemyram.com/.






      share|improve this answer





















        Your Answer







        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "106"
        ;
        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',
        convertImagesToLinks: false,
        noModals: false,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        bindNavPrevention: true,
        postfix: "",
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );








         

        draft saved


        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f453564%2fwhat-is-cinnamon-process-in-linux-mint%23new-answer', 'question_page');

        );

        Post as a guest






























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        1
        down vote



        accepted










        The cinnamon process is the window manager that's drawing your screen. If it's causing you issues you can do the following to kill it and replace it with a new instance.



        $ pkill -HUP -f "cinnamon --replace"





        share|improve this answer

























          up vote
          1
          down vote



          accepted










          The cinnamon process is the window manager that's drawing your screen. If it's causing you issues you can do the following to kill it and replace it with a new instance.



          $ pkill -HUP -f "cinnamon --replace"





          share|improve this answer























            up vote
            1
            down vote



            accepted







            up vote
            1
            down vote



            accepted






            The cinnamon process is the window manager that's drawing your screen. If it's causing you issues you can do the following to kill it and replace it with a new instance.



            $ pkill -HUP -f "cinnamon --replace"





            share|improve this answer













            The cinnamon process is the window manager that's drawing your screen. If it's causing you issues you can do the following to kill it and replace it with a new instance.



            $ pkill -HUP -f "cinnamon --replace"






            share|improve this answer













            share|improve this answer



            share|improve this answer











            answered Jul 5 at 9:32









            slm♦

            233k65479651




            233k65479651






















                up vote
                2
                down vote













                The cinnamon process is the window manager, i.e. the program which manages all the windows on your desktop. It also takes care of the desktop, the panel, notifications etc.






                share|improve this answer

























                  up vote
                  2
                  down vote













                  The cinnamon process is the window manager, i.e. the program which manages all the windows on your desktop. It also takes care of the desktop, the panel, notifications etc.






                  share|improve this answer























                    up vote
                    2
                    down vote










                    up vote
                    2
                    down vote









                    The cinnamon process is the window manager, i.e. the program which manages all the windows on your desktop. It also takes care of the desktop, the panel, notifications etc.






                    share|improve this answer













                    The cinnamon process is the window manager, i.e. the program which manages all the windows on your desktop. It also takes care of the desktop, the panel, notifications etc.







                    share|improve this answer













                    share|improve this answer



                    share|improve this answer











                    answered Jul 5 at 9:28









                    Stephen Kitt

                    139k22296359




                    139k22296359




















                        up vote
                        2
                        down vote













                        Cinnamon is your desktop environment. Essentially your GUI. It's what you see when you use your computer.



                        So, to answer your next question, no don't kill it! :) It is quite normal that it takes a lot of RAM. On most systems, the graphical environment is very RAM-hungry since our modern GUIs come with all sorts of fancy bells and whistles. Cinnamon isn't the most complicated and heavy, but it's far from the least.



                        On a final note, remember that used RAM isn't a bad thing. Unless you feel the machine is lagging or slow, there is absolutely no problem here. Most of the RAM you see used is probably marked as available to other programs and will be released as soon as anything asks for it. You can see this by running free -h:



                        $ free -h
                        total used free shared buff/cache available
                        Mem: 31Gi 9.6Gi 16Gi 2.7Gi 5.6Gi 18Gi
                        Swap: 14Gi 3.9Gi 11Gi


                        I don't use Mint, so I don't have this "System Monitor" you mentioned, but I'm willing to bet that it's showing the buff/cache value as part of the "used".



                        Finally, to understand more about Linux and RAM, have a look at https://www.linuxatemyram.com/.






                        share|improve this answer

























                          up vote
                          2
                          down vote













                          Cinnamon is your desktop environment. Essentially your GUI. It's what you see when you use your computer.



                          So, to answer your next question, no don't kill it! :) It is quite normal that it takes a lot of RAM. On most systems, the graphical environment is very RAM-hungry since our modern GUIs come with all sorts of fancy bells and whistles. Cinnamon isn't the most complicated and heavy, but it's far from the least.



                          On a final note, remember that used RAM isn't a bad thing. Unless you feel the machine is lagging or slow, there is absolutely no problem here. Most of the RAM you see used is probably marked as available to other programs and will be released as soon as anything asks for it. You can see this by running free -h:



                          $ free -h
                          total used free shared buff/cache available
                          Mem: 31Gi 9.6Gi 16Gi 2.7Gi 5.6Gi 18Gi
                          Swap: 14Gi 3.9Gi 11Gi


                          I don't use Mint, so I don't have this "System Monitor" you mentioned, but I'm willing to bet that it's showing the buff/cache value as part of the "used".



                          Finally, to understand more about Linux and RAM, have a look at https://www.linuxatemyram.com/.






                          share|improve this answer























                            up vote
                            2
                            down vote










                            up vote
                            2
                            down vote









                            Cinnamon is your desktop environment. Essentially your GUI. It's what you see when you use your computer.



                            So, to answer your next question, no don't kill it! :) It is quite normal that it takes a lot of RAM. On most systems, the graphical environment is very RAM-hungry since our modern GUIs come with all sorts of fancy bells and whistles. Cinnamon isn't the most complicated and heavy, but it's far from the least.



                            On a final note, remember that used RAM isn't a bad thing. Unless you feel the machine is lagging or slow, there is absolutely no problem here. Most of the RAM you see used is probably marked as available to other programs and will be released as soon as anything asks for it. You can see this by running free -h:



                            $ free -h
                            total used free shared buff/cache available
                            Mem: 31Gi 9.6Gi 16Gi 2.7Gi 5.6Gi 18Gi
                            Swap: 14Gi 3.9Gi 11Gi


                            I don't use Mint, so I don't have this "System Monitor" you mentioned, but I'm willing to bet that it's showing the buff/cache value as part of the "used".



                            Finally, to understand more about Linux and RAM, have a look at https://www.linuxatemyram.com/.






                            share|improve this answer













                            Cinnamon is your desktop environment. Essentially your GUI. It's what you see when you use your computer.



                            So, to answer your next question, no don't kill it! :) It is quite normal that it takes a lot of RAM. On most systems, the graphical environment is very RAM-hungry since our modern GUIs come with all sorts of fancy bells and whistles. Cinnamon isn't the most complicated and heavy, but it's far from the least.



                            On a final note, remember that used RAM isn't a bad thing. Unless you feel the machine is lagging or slow, there is absolutely no problem here. Most of the RAM you see used is probably marked as available to other programs and will be released as soon as anything asks for it. You can see this by running free -h:



                            $ free -h
                            total used free shared buff/cache available
                            Mem: 31Gi 9.6Gi 16Gi 2.7Gi 5.6Gi 18Gi
                            Swap: 14Gi 3.9Gi 11Gi


                            I don't use Mint, so I don't have this "System Monitor" you mentioned, but I'm willing to bet that it's showing the buff/cache value as part of the "used".



                            Finally, to understand more about Linux and RAM, have a look at https://www.linuxatemyram.com/.







                            share|improve this answer













                            share|improve this answer



                            share|improve this answer











                            answered Jul 5 at 9:31









                            terdon♦

                            122k28226398




                            122k28226398






















                                 

                                draft saved


                                draft discarded


























                                 


                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f453564%2fwhat-is-cinnamon-process-in-linux-mint%23new-answer', 'question_page');

                                );

                                Post as a guest













































































                                Popular posts from this blog

                                Peggy Mitchell

                                Palaiologos

                                The Forum (Inglewood, California)