Sudden use of memory report change to 100%





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







0















I'm pasting the commands I've learned on SuperUser/Unix & Linux Stack help. Is this a common report? I do find that the memory is responsive and available, tho the conky report was reading about 9% after booting and loading only the terminal. Now at the same point, after a few minutes, conky says 98%.



enter image description here



I was using Firefox, adding extensions that I used on Chrome, when soon I noticed the change. Now the memory meter goes to 100% even before launching Firefox or Chrome. Also I'm curious about the huge reserves made by Chrome browser, and wether or not that is normal. Thank you.



$ smem --realmem=16G --system --percent



Area                           Used      Cache   Noncache 
firmware/hardware 2.11% 0.00% 2.11%
kernel image 0.00% 0.00% 0.00%
kernel dynamic memory 85.85% 83.77% 2.08%
userspace memory 6.94% 1.76% 5.18%
free memory 5.10% 5.10% 0.00%



UPDATE: Curious output of 'anonymous'



$ smem -wkmr | head -n 10



Map                                       PIDs   AVGPSS      PSS 
<anonymous> 94 13.0M 1.2G
[heap] 66 4.3M 282.8M
/opt/google/chrome/chrome 27 5.2M 140.1M
/dev/nvidiactl 3 14.6M 43.9M
/usr/lib/x86_64-linux-gnu/libwebkit2gtk- 7 2.0M 14.0M
/usr/lib/x86_64-linux-gnu/libnvidia-glco 3 4.1M 12.3M
/home/jess/.config/google-chrome/Default 1 8.9M 8.9M
/SYSV00000000 6 1.5M 8.8M
/home/jess/.config/google-chrome/PepperF 23 371.0K 8.3M



$ ps auxf | awk '{print $6/1024 " MBtt" $11}' | sort -n



0 MB        _ 
### ... 143 identical lines omitted ... ###
0 MB COMMAND
0 MB [kthreadd]
0.105469 MB /usr/lib/epson-backend/ecbd
0.3125 MB _
0.316406 MB _
0.777344 MB /usr/sbin/acpid
0.855469 MB _
1.37891 MB _
1.47266 MB /usr/bin/nvidia-persistenced
1.57031 MB /sbin/lvmetad
1.97266 MB /usr/sbin/atd
2.29297 MB /usr/sbin/kerneloops
2.38672 MB /usr/sbin/cpufreqd
2.40234 MB /usr/sbin/kerneloops
2.59375 MB /usr/sbin/cron
2.67969 MB /usr/lib/rtkit/rtkit-daemon
2.95703 MB _
### ... skipping 90 lines ... ###
10.8828 MB /usr/sbin/cups-browsed
11.0391 MB /usr/bin/whoopsie
11.9883 MB /usr/lib/udisks2/udisksd
12.375 MB /usr/sbin/nmbd
14.1445 MB /usr/lib/x86_64-linux-gnu/colord
14.3398 MB _
15.2109 MB |
15.2969 MB /usr/sbin/NetworkManager
15.4727 MB _
15.7344 MB /usr/lib/ibus/ibus-x11
16.2031 MB |
16.4297 MB |
16.6094 MB |
16.8789 MB /usr/bin/python3
17.2031 MB _
17.4102 MB |
17.4375 MB /usr/lib/ibus/ibus-x11
17.543 MB _
18.1094 MB _
18.1133 MB |
18.1367 MB /usr/bin/python3
18.457 MB |
18.668 MB /usr/lib/fwupd/fwupd
18.8164 MB _
19.043 MB _
19.5352 MB _
20.3633 MB _
20.8047 MB /usr/sbin/smbd
20.8086 MB |
22.3086 MB /usr/lib/snapd/snapd
22.3828 MB _
25.9102 MB _
26.0078 MB /lib/systemd/systemd-journald
37.0781 MB /usr/lib/packagekit/packagekitd
37.8789 MB _
39.6094 MB _
40.3398 MB _
40.5273 MB |
42.332 MB _
43.9883 MB _
48.4648 MB _
50.5547 MB _
51.5938 MB _
62.5781 MB _
66.8633 MB |
107.23 MB _
204.27 MB |
231.957 MB _


enter image description here










share|improve this question

























  • Are you running a beta Chrome?

    – heynnema
    5 hours ago











  • Memory not used to run an app, is used for disk/file cache... and as such... it'll look like memory is close to 100% utilized.

    – heynnema
    5 hours ago


















0















I'm pasting the commands I've learned on SuperUser/Unix & Linux Stack help. Is this a common report? I do find that the memory is responsive and available, tho the conky report was reading about 9% after booting and loading only the terminal. Now at the same point, after a few minutes, conky says 98%.



enter image description here



I was using Firefox, adding extensions that I used on Chrome, when soon I noticed the change. Now the memory meter goes to 100% even before launching Firefox or Chrome. Also I'm curious about the huge reserves made by Chrome browser, and wether or not that is normal. Thank you.



$ smem --realmem=16G --system --percent



Area                           Used      Cache   Noncache 
firmware/hardware 2.11% 0.00% 2.11%
kernel image 0.00% 0.00% 0.00%
kernel dynamic memory 85.85% 83.77% 2.08%
userspace memory 6.94% 1.76% 5.18%
free memory 5.10% 5.10% 0.00%



UPDATE: Curious output of 'anonymous'



$ smem -wkmr | head -n 10



Map                                       PIDs   AVGPSS      PSS 
<anonymous> 94 13.0M 1.2G
[heap] 66 4.3M 282.8M
/opt/google/chrome/chrome 27 5.2M 140.1M
/dev/nvidiactl 3 14.6M 43.9M
/usr/lib/x86_64-linux-gnu/libwebkit2gtk- 7 2.0M 14.0M
/usr/lib/x86_64-linux-gnu/libnvidia-glco 3 4.1M 12.3M
/home/jess/.config/google-chrome/Default 1 8.9M 8.9M
/SYSV00000000 6 1.5M 8.8M
/home/jess/.config/google-chrome/PepperF 23 371.0K 8.3M



$ ps auxf | awk '{print $6/1024 " MBtt" $11}' | sort -n



0 MB        _ 
### ... 143 identical lines omitted ... ###
0 MB COMMAND
0 MB [kthreadd]
0.105469 MB /usr/lib/epson-backend/ecbd
0.3125 MB _
0.316406 MB _
0.777344 MB /usr/sbin/acpid
0.855469 MB _
1.37891 MB _
1.47266 MB /usr/bin/nvidia-persistenced
1.57031 MB /sbin/lvmetad
1.97266 MB /usr/sbin/atd
2.29297 MB /usr/sbin/kerneloops
2.38672 MB /usr/sbin/cpufreqd
2.40234 MB /usr/sbin/kerneloops
2.59375 MB /usr/sbin/cron
2.67969 MB /usr/lib/rtkit/rtkit-daemon
2.95703 MB _
### ... skipping 90 lines ... ###
10.8828 MB /usr/sbin/cups-browsed
11.0391 MB /usr/bin/whoopsie
11.9883 MB /usr/lib/udisks2/udisksd
12.375 MB /usr/sbin/nmbd
14.1445 MB /usr/lib/x86_64-linux-gnu/colord
14.3398 MB _
15.2109 MB |
15.2969 MB /usr/sbin/NetworkManager
15.4727 MB _
15.7344 MB /usr/lib/ibus/ibus-x11
16.2031 MB |
16.4297 MB |
16.6094 MB |
16.8789 MB /usr/bin/python3
17.2031 MB _
17.4102 MB |
17.4375 MB /usr/lib/ibus/ibus-x11
17.543 MB _
18.1094 MB _
18.1133 MB |
18.1367 MB /usr/bin/python3
18.457 MB |
18.668 MB /usr/lib/fwupd/fwupd
18.8164 MB _
19.043 MB _
19.5352 MB _
20.3633 MB _
20.8047 MB /usr/sbin/smbd
20.8086 MB |
22.3086 MB /usr/lib/snapd/snapd
22.3828 MB _
25.9102 MB _
26.0078 MB /lib/systemd/systemd-journald
37.0781 MB /usr/lib/packagekit/packagekitd
37.8789 MB _
39.6094 MB _
40.3398 MB _
40.5273 MB |
42.332 MB _
43.9883 MB _
48.4648 MB _
50.5547 MB _
51.5938 MB _
62.5781 MB _
66.8633 MB |
107.23 MB _
204.27 MB |
231.957 MB _


enter image description here










share|improve this question

























  • Are you running a beta Chrome?

    – heynnema
    5 hours ago











  • Memory not used to run an app, is used for disk/file cache... and as such... it'll look like memory is close to 100% utilized.

    – heynnema
    5 hours ago














0












0








0








I'm pasting the commands I've learned on SuperUser/Unix & Linux Stack help. Is this a common report? I do find that the memory is responsive and available, tho the conky report was reading about 9% after booting and loading only the terminal. Now at the same point, after a few minutes, conky says 98%.



enter image description here



I was using Firefox, adding extensions that I used on Chrome, when soon I noticed the change. Now the memory meter goes to 100% even before launching Firefox or Chrome. Also I'm curious about the huge reserves made by Chrome browser, and wether or not that is normal. Thank you.



$ smem --realmem=16G --system --percent



Area                           Used      Cache   Noncache 
firmware/hardware 2.11% 0.00% 2.11%
kernel image 0.00% 0.00% 0.00%
kernel dynamic memory 85.85% 83.77% 2.08%
userspace memory 6.94% 1.76% 5.18%
free memory 5.10% 5.10% 0.00%



UPDATE: Curious output of 'anonymous'



$ smem -wkmr | head -n 10



Map                                       PIDs   AVGPSS      PSS 
<anonymous> 94 13.0M 1.2G
[heap] 66 4.3M 282.8M
/opt/google/chrome/chrome 27 5.2M 140.1M
/dev/nvidiactl 3 14.6M 43.9M
/usr/lib/x86_64-linux-gnu/libwebkit2gtk- 7 2.0M 14.0M
/usr/lib/x86_64-linux-gnu/libnvidia-glco 3 4.1M 12.3M
/home/jess/.config/google-chrome/Default 1 8.9M 8.9M
/SYSV00000000 6 1.5M 8.8M
/home/jess/.config/google-chrome/PepperF 23 371.0K 8.3M



$ ps auxf | awk '{print $6/1024 " MBtt" $11}' | sort -n



0 MB        _ 
### ... 143 identical lines omitted ... ###
0 MB COMMAND
0 MB [kthreadd]
0.105469 MB /usr/lib/epson-backend/ecbd
0.3125 MB _
0.316406 MB _
0.777344 MB /usr/sbin/acpid
0.855469 MB _
1.37891 MB _
1.47266 MB /usr/bin/nvidia-persistenced
1.57031 MB /sbin/lvmetad
1.97266 MB /usr/sbin/atd
2.29297 MB /usr/sbin/kerneloops
2.38672 MB /usr/sbin/cpufreqd
2.40234 MB /usr/sbin/kerneloops
2.59375 MB /usr/sbin/cron
2.67969 MB /usr/lib/rtkit/rtkit-daemon
2.95703 MB _
### ... skipping 90 lines ... ###
10.8828 MB /usr/sbin/cups-browsed
11.0391 MB /usr/bin/whoopsie
11.9883 MB /usr/lib/udisks2/udisksd
12.375 MB /usr/sbin/nmbd
14.1445 MB /usr/lib/x86_64-linux-gnu/colord
14.3398 MB _
15.2109 MB |
15.2969 MB /usr/sbin/NetworkManager
15.4727 MB _
15.7344 MB /usr/lib/ibus/ibus-x11
16.2031 MB |
16.4297 MB |
16.6094 MB |
16.8789 MB /usr/bin/python3
17.2031 MB _
17.4102 MB |
17.4375 MB /usr/lib/ibus/ibus-x11
17.543 MB _
18.1094 MB _
18.1133 MB |
18.1367 MB /usr/bin/python3
18.457 MB |
18.668 MB /usr/lib/fwupd/fwupd
18.8164 MB _
19.043 MB _
19.5352 MB _
20.3633 MB _
20.8047 MB /usr/sbin/smbd
20.8086 MB |
22.3086 MB /usr/lib/snapd/snapd
22.3828 MB _
25.9102 MB _
26.0078 MB /lib/systemd/systemd-journald
37.0781 MB /usr/lib/packagekit/packagekitd
37.8789 MB _
39.6094 MB _
40.3398 MB _
40.5273 MB |
42.332 MB _
43.9883 MB _
48.4648 MB _
50.5547 MB _
51.5938 MB _
62.5781 MB _
66.8633 MB |
107.23 MB _
204.27 MB |
231.957 MB _


enter image description here










share|improve this question
















I'm pasting the commands I've learned on SuperUser/Unix & Linux Stack help. Is this a common report? I do find that the memory is responsive and available, tho the conky report was reading about 9% after booting and loading only the terminal. Now at the same point, after a few minutes, conky says 98%.



enter image description here



I was using Firefox, adding extensions that I used on Chrome, when soon I noticed the change. Now the memory meter goes to 100% even before launching Firefox or Chrome. Also I'm curious about the huge reserves made by Chrome browser, and wether or not that is normal. Thank you.



$ smem --realmem=16G --system --percent



Area                           Used      Cache   Noncache 
firmware/hardware 2.11% 0.00% 2.11%
kernel image 0.00% 0.00% 0.00%
kernel dynamic memory 85.85% 83.77% 2.08%
userspace memory 6.94% 1.76% 5.18%
free memory 5.10% 5.10% 0.00%



UPDATE: Curious output of 'anonymous'



$ smem -wkmr | head -n 10



Map                                       PIDs   AVGPSS      PSS 
<anonymous> 94 13.0M 1.2G
[heap] 66 4.3M 282.8M
/opt/google/chrome/chrome 27 5.2M 140.1M
/dev/nvidiactl 3 14.6M 43.9M
/usr/lib/x86_64-linux-gnu/libwebkit2gtk- 7 2.0M 14.0M
/usr/lib/x86_64-linux-gnu/libnvidia-glco 3 4.1M 12.3M
/home/jess/.config/google-chrome/Default 1 8.9M 8.9M
/SYSV00000000 6 1.5M 8.8M
/home/jess/.config/google-chrome/PepperF 23 371.0K 8.3M



$ ps auxf | awk '{print $6/1024 " MBtt" $11}' | sort -n



0 MB        _ 
### ... 143 identical lines omitted ... ###
0 MB COMMAND
0 MB [kthreadd]
0.105469 MB /usr/lib/epson-backend/ecbd
0.3125 MB _
0.316406 MB _
0.777344 MB /usr/sbin/acpid
0.855469 MB _
1.37891 MB _
1.47266 MB /usr/bin/nvidia-persistenced
1.57031 MB /sbin/lvmetad
1.97266 MB /usr/sbin/atd
2.29297 MB /usr/sbin/kerneloops
2.38672 MB /usr/sbin/cpufreqd
2.40234 MB /usr/sbin/kerneloops
2.59375 MB /usr/sbin/cron
2.67969 MB /usr/lib/rtkit/rtkit-daemon
2.95703 MB _
### ... skipping 90 lines ... ###
10.8828 MB /usr/sbin/cups-browsed
11.0391 MB /usr/bin/whoopsie
11.9883 MB /usr/lib/udisks2/udisksd
12.375 MB /usr/sbin/nmbd
14.1445 MB /usr/lib/x86_64-linux-gnu/colord
14.3398 MB _
15.2109 MB |
15.2969 MB /usr/sbin/NetworkManager
15.4727 MB _
15.7344 MB /usr/lib/ibus/ibus-x11
16.2031 MB |
16.4297 MB |
16.6094 MB |
16.8789 MB /usr/bin/python3
17.2031 MB _
17.4102 MB |
17.4375 MB /usr/lib/ibus/ibus-x11
17.543 MB _
18.1094 MB _
18.1133 MB |
18.1367 MB /usr/bin/python3
18.457 MB |
18.668 MB /usr/lib/fwupd/fwupd
18.8164 MB _
19.043 MB _
19.5352 MB _
20.3633 MB _
20.8047 MB /usr/sbin/smbd
20.8086 MB |
22.3086 MB /usr/lib/snapd/snapd
22.3828 MB _
25.9102 MB _
26.0078 MB /lib/systemd/systemd-journald
37.0781 MB /usr/lib/packagekit/packagekitd
37.8789 MB _
39.6094 MB _
40.3398 MB _
40.5273 MB |
42.332 MB _
43.9883 MB _
48.4648 MB _
50.5547 MB _
51.5938 MB _
62.5781 MB _
66.8633 MB |
107.23 MB _
204.27 MB |
231.957 MB _


enter image description here







google-chrome ram memory-usage conky






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 13 hours ago







tidelake

















asked 14 hours ago









tidelaketidelake

1166




1166













  • Are you running a beta Chrome?

    – heynnema
    5 hours ago











  • Memory not used to run an app, is used for disk/file cache... and as such... it'll look like memory is close to 100% utilized.

    – heynnema
    5 hours ago



















  • Are you running a beta Chrome?

    – heynnema
    5 hours ago











  • Memory not used to run an app, is used for disk/file cache... and as such... it'll look like memory is close to 100% utilized.

    – heynnema
    5 hours ago

















Are you running a beta Chrome?

– heynnema
5 hours ago





Are you running a beta Chrome?

– heynnema
5 hours ago













Memory not used to run an app, is used for disk/file cache... and as such... it'll look like memory is close to 100% utilized.

– heynnema
5 hours ago





Memory not used to run an app, is used for disk/file cache... and as such... it'll look like memory is close to 100% utilized.

– heynnema
5 hours ago










0






active

oldest

votes












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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131403%2fsudden-use-of-memory-report-change-to-100%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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%2f1131403%2fsudden-use-of-memory-report-change-to-100%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

香粉寮

GameSpot