Ubuntu 18.10 hoards 9GB RAM that don't show up in htop Unicorn Meta Zoo #1: Why another...

Where to find documentation for `whois` command options?

Marquee sign letters

When does Bran Stark remember Jamie pushing him?

Protagonist's race is hidden - should I reveal it?

What is /etc/mtab in Linux?

Are these square matrices always diagonalisable?

Why doesn't the university give past final exams' answers?

Was Objective-C really a hindrance to Apple software development?

France's Public Holidays' Puzzle

Co-worker works way more than he should

Why do people think Winterfell crypts is the safest place for women, children & old people?

Getting AggregateResult variables from Execute Anonymous Window

What is the purpose of the side handle on a hand ("eggbeater") drill?

All ASCII characters with a given bit count

Will I lose my paid in full property

Where/What are Arya's scars from?

Why isPrototypeOf() returns false?

Is it appropriate to mention a relatable company blog post when you're asked about the company?

In search of the origins of term censor, I hit a dead end stuck with the greek term, to censor, λογοκρίνω

Preserving file and folder permissions with rsync

Will temporary Dex penalties prevent you from getting the benefits of the "Two Weapon Fighting" feat if your Dex score falls below the prerequisite?

How do I deal with an erroneously large refund?

Like totally amazing interchangeable sister outfit accessory swapping or whatever

What's called a person who works as someone who puts products on shelves in stores?



Ubuntu 18.10 hoards 9GB RAM that don't show up in htop



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraWhy does Ubuntu 15.10 64-bit only detect 2.6 GB of RAM on my 4 GB Laptop?Ubuntu 15.10 - high ram usageHow do I tell what type of RAM I have in Ubuntu?Compiz using excessive amounts of RAM?How to figure out if the memory is bad?Memory usage doesn't add up - what is using my memory?Memory Usage Increase but I top command could not show the process that takes memoryUbuntu 16.04 LTS RAM not detectedWhy is so much RAM used by the OS?Slowly rising RAM consumption in Kubuntu 18.10





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







1















This is my htop output right after boot.
This is my htop output right after boot.
I have no idea what all this RAM is being used for. How can i figure out what's using all of that memory and put a stop to it?










share|improve this question







New contributor




SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    1















    This is my htop output right after boot.
    This is my htop output right after boot.
    I have no idea what all this RAM is being used for. How can i figure out what's using all of that memory and put a stop to it?










    share|improve this question







    New contributor




    SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      1












      1








      1








      This is my htop output right after boot.
      This is my htop output right after boot.
      I have no idea what all this RAM is being used for. How can i figure out what's using all of that memory and put a stop to it?










      share|improve this question







      New contributor




      SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      This is my htop output right after boot.
      This is my htop output right after boot.
      I have no idea what all this RAM is being used for. How can i figure out what's using all of that memory and put a stop to it?







      ram memory-usage






      share|improve this question







      New contributor




      SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 9 hours ago









      SnowAtYTSnowAtYT

      1083




      1083




      New contributor




      SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      SnowAtYT is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          2














          Try this command to see the top ten processes for memory usage. Post that to start with:



          ps aux --sort=-%mem | awk 'NR<=10{print $0}'


          Full disclosure, I stole that from another answer. Anyways, lets start there.






          share|improve this answer








          New contributor




          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















          • Thank you. Unlike htop or sudo htop, this really outputs values for all users. Apparently the Cassandra install i did last week and did not get around to doing anything with yet was eating up more than 26% of my RAM to do god only knows what with. Stopped the service with service cassandra stop and, hopefully, prevented further autostart with update-rc.d cassandra disable

            – SnowAtYT
            8 hours ago













          • Nice. Glad it worked out.

            – jwcooper
            8 hours ago












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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
          });


          }
          });






          SnowAtYT is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1136475%2fubuntu-18-10-hoards-9gb-ram-that-dont-show-up-in-htop%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









          2














          Try this command to see the top ten processes for memory usage. Post that to start with:



          ps aux --sort=-%mem | awk 'NR<=10{print $0}'


          Full disclosure, I stole that from another answer. Anyways, lets start there.






          share|improve this answer








          New contributor




          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















          • Thank you. Unlike htop or sudo htop, this really outputs values for all users. Apparently the Cassandra install i did last week and did not get around to doing anything with yet was eating up more than 26% of my RAM to do god only knows what with. Stopped the service with service cassandra stop and, hopefully, prevented further autostart with update-rc.d cassandra disable

            – SnowAtYT
            8 hours ago













          • Nice. Glad it worked out.

            – jwcooper
            8 hours ago
















          2














          Try this command to see the top ten processes for memory usage. Post that to start with:



          ps aux --sort=-%mem | awk 'NR<=10{print $0}'


          Full disclosure, I stole that from another answer. Anyways, lets start there.






          share|improve this answer








          New contributor




          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















          • Thank you. Unlike htop or sudo htop, this really outputs values for all users. Apparently the Cassandra install i did last week and did not get around to doing anything with yet was eating up more than 26% of my RAM to do god only knows what with. Stopped the service with service cassandra stop and, hopefully, prevented further autostart with update-rc.d cassandra disable

            – SnowAtYT
            8 hours ago













          • Nice. Glad it worked out.

            – jwcooper
            8 hours ago














          2












          2








          2







          Try this command to see the top ten processes for memory usage. Post that to start with:



          ps aux --sort=-%mem | awk 'NR<=10{print $0}'


          Full disclosure, I stole that from another answer. Anyways, lets start there.






          share|improve this answer








          New contributor




          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          Try this command to see the top ten processes for memory usage. Post that to start with:



          ps aux --sort=-%mem | awk 'NR<=10{print $0}'


          Full disclosure, I stole that from another answer. Anyways, lets start there.







          share|improve this answer








          New contributor




          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered 9 hours ago









          jwcooperjwcooper

          361




          361




          New contributor




          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.













          • Thank you. Unlike htop or sudo htop, this really outputs values for all users. Apparently the Cassandra install i did last week and did not get around to doing anything with yet was eating up more than 26% of my RAM to do god only knows what with. Stopped the service with service cassandra stop and, hopefully, prevented further autostart with update-rc.d cassandra disable

            – SnowAtYT
            8 hours ago













          • Nice. Glad it worked out.

            – jwcooper
            8 hours ago



















          • Thank you. Unlike htop or sudo htop, this really outputs values for all users. Apparently the Cassandra install i did last week and did not get around to doing anything with yet was eating up more than 26% of my RAM to do god only knows what with. Stopped the service with service cassandra stop and, hopefully, prevented further autostart with update-rc.d cassandra disable

            – SnowAtYT
            8 hours ago













          • Nice. Glad it worked out.

            – jwcooper
            8 hours ago

















          Thank you. Unlike htop or sudo htop, this really outputs values for all users. Apparently the Cassandra install i did last week and did not get around to doing anything with yet was eating up more than 26% of my RAM to do god only knows what with. Stopped the service with service cassandra stop and, hopefully, prevented further autostart with update-rc.d cassandra disable

          – SnowAtYT
          8 hours ago







          Thank you. Unlike htop or sudo htop, this really outputs values for all users. Apparently the Cassandra install i did last week and did not get around to doing anything with yet was eating up more than 26% of my RAM to do god only knows what with. Stopped the service with service cassandra stop and, hopefully, prevented further autostart with update-rc.d cassandra disable

          – SnowAtYT
          8 hours ago















          Nice. Glad it worked out.

          – jwcooper
          8 hours ago





          Nice. Glad it worked out.

          – jwcooper
          8 hours ago










          SnowAtYT is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          SnowAtYT is a new contributor. Be nice, and check out our Code of Conduct.













          SnowAtYT is a new contributor. Be nice, and check out our Code of Conduct.












          SnowAtYT is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Ask Ubuntu!


          • 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%2faskubuntu.com%2fquestions%2f1136475%2fubuntu-18-10-hoards-9gb-ram-that-dont-show-up-in-htop%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

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...