Ubuntu seems to not free RAM memoryDisk operations consuming all memory - Ubuntu 12.10 i386How to prevent my system from becoming unresponsive when thrashing (out of RAM)?How to free up my laptop's RAM?Linux overwriting RAM with zeroes on free()Transfer to swap the memory data of idle software running in background while keeping in RAM only active ones?Is there a way to reserve memory for OS to keep it active when RAM usage goes to 100%?
Does using a less common opening make you a stronger player?
How much tech advancement could be made out of modern processor appearing in 1980s?
Are Generation Ships inherently implausible?
Does it make sense to use strict equality constraint in optimization?
Why do we have to discharge the capacitor before testing it in an LCR Meter?
Build a matrix from the coordinates of its elements and complete it with zeros
What should I do about a new employee who didn't mention their second job or planned leave?
Feeling of forcing oneself to do something
What is the logic for the map maker classifying the map this way, specifically in Canada?
Can any number of squares be a square?
What's that in front of the overhead panel?
Is gaining 1 AC in exchange for disadvantage on Perception checks a balanced trade?
Turing award papers
Why couldn't Rick just use a micro sun to power his car?
Is it safe to drive from Prague to Salzburg during winter?
Did the Mueller report find that Trump committed any felonies?
What should be done when the theory behind a PhD thesis turns out to be wrong?
Realistically highlight theorem title and numbering
Typing "PartOf" in Excel changes automatically to part of
Is this medieval picture of hanging 5 royals showing an historical event?
Shortcut for mirroring touch bar
Solving a Smullyan style knight and knave problem using natural deduction. How to shorten this proof?
How to move the camera diagnoally far away?
Is concept of entropy really indispensable? Especially when the concept of potential energy can serve the purpose?
Ubuntu seems to not free RAM memory
Disk operations consuming all memory - Ubuntu 12.10 i386How to prevent my system from becoming unresponsive when thrashing (out of RAM)?How to free up my laptop's RAM?Linux overwriting RAM with zeroes on free()Transfer to swap the memory data of idle software running in background while keeping in RAM only active ones?Is there a way to reserve memory for OS to keep it active when RAM usage goes to 100%?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am using Ubuntu 19.04 in a laptop with 12 GB of RAM. When I start the system, everything is fast and responsive, and memory usage is 1.5 - 2 GB.
Then if I start resource-intensive programs, like Android studio with an emulator, about 5 GB of ram is used, but everything still runs quickly and smoothly. However, after 2-3 hours of work with the same opened applications, the memory becomes almost full, the system uses the swap file, and and everything get very slow. Even after closing all programs, the system operation remains slow.
Some of my friends have the same issue with apps like VMware and other resource-intensive programs.
It appears that RAM is not being released under such operations. Can anyone suggest a solution to this issue?
ram swap memory-usage memory-leak
add a comment
|
I am using Ubuntu 19.04 in a laptop with 12 GB of RAM. When I start the system, everything is fast and responsive, and memory usage is 1.5 - 2 GB.
Then if I start resource-intensive programs, like Android studio with an emulator, about 5 GB of ram is used, but everything still runs quickly and smoothly. However, after 2-3 hours of work with the same opened applications, the memory becomes almost full, the system uses the swap file, and and everything get very slow. Even after closing all programs, the system operation remains slow.
Some of my friends have the same issue with apps like VMware and other resource-intensive programs.
It appears that RAM is not being released under such operations. Can anyone suggest a solution to this issue?
ram swap memory-usage memory-leak
1
Memory-not-released usually is called a memory leak, and is considered a bug. Please file a bug report with the appropriate upstream project with sufficient detail for them to duplicate the exact issue or leak.
– user535733
Sep 28 at 16:22
i don't think memory leakage is happening because if i kill the process memory is still full
– nima_moradi
Sep 28 at 16:42
To me, that seems like confirmation that it IS a leak of some kind.
– user535733
Sep 28 at 16:48
Are you absolutely sure that you have killed all the processes using large amounts of memory? Please, investigate your system with tools likehtop
to find were the memory has gone. :)
– FedonKadifeli
Sep 28 at 18:24
add a comment
|
I am using Ubuntu 19.04 in a laptop with 12 GB of RAM. When I start the system, everything is fast and responsive, and memory usage is 1.5 - 2 GB.
Then if I start resource-intensive programs, like Android studio with an emulator, about 5 GB of ram is used, but everything still runs quickly and smoothly. However, after 2-3 hours of work with the same opened applications, the memory becomes almost full, the system uses the swap file, and and everything get very slow. Even after closing all programs, the system operation remains slow.
Some of my friends have the same issue with apps like VMware and other resource-intensive programs.
It appears that RAM is not being released under such operations. Can anyone suggest a solution to this issue?
ram swap memory-usage memory-leak
I am using Ubuntu 19.04 in a laptop with 12 GB of RAM. When I start the system, everything is fast and responsive, and memory usage is 1.5 - 2 GB.
Then if I start resource-intensive programs, like Android studio with an emulator, about 5 GB of ram is used, but everything still runs quickly and smoothly. However, after 2-3 hours of work with the same opened applications, the memory becomes almost full, the system uses the swap file, and and everything get very slow. Even after closing all programs, the system operation remains slow.
Some of my friends have the same issue with apps like VMware and other resource-intensive programs.
It appears that RAM is not being released under such operations. Can anyone suggest a solution to this issue?
ram swap memory-usage memory-leak
ram swap memory-usage memory-leak
edited Sep 28 at 16:07
CentaurusA
2,3701 gold badge16 silver badges25 bronze badges
2,3701 gold badge16 silver badges25 bronze badges
asked Sep 28 at 15:24
nima_moradinima_moradi
1012 bronze badges
1012 bronze badges
1
Memory-not-released usually is called a memory leak, and is considered a bug. Please file a bug report with the appropriate upstream project with sufficient detail for them to duplicate the exact issue or leak.
– user535733
Sep 28 at 16:22
i don't think memory leakage is happening because if i kill the process memory is still full
– nima_moradi
Sep 28 at 16:42
To me, that seems like confirmation that it IS a leak of some kind.
– user535733
Sep 28 at 16:48
Are you absolutely sure that you have killed all the processes using large amounts of memory? Please, investigate your system with tools likehtop
to find were the memory has gone. :)
– FedonKadifeli
Sep 28 at 18:24
add a comment
|
1
Memory-not-released usually is called a memory leak, and is considered a bug. Please file a bug report with the appropriate upstream project with sufficient detail for them to duplicate the exact issue or leak.
– user535733
Sep 28 at 16:22
i don't think memory leakage is happening because if i kill the process memory is still full
– nima_moradi
Sep 28 at 16:42
To me, that seems like confirmation that it IS a leak of some kind.
– user535733
Sep 28 at 16:48
Are you absolutely sure that you have killed all the processes using large amounts of memory? Please, investigate your system with tools likehtop
to find were the memory has gone. :)
– FedonKadifeli
Sep 28 at 18:24
1
1
Memory-not-released usually is called a memory leak, and is considered a bug. Please file a bug report with the appropriate upstream project with sufficient detail for them to duplicate the exact issue or leak.
– user535733
Sep 28 at 16:22
Memory-not-released usually is called a memory leak, and is considered a bug. Please file a bug report with the appropriate upstream project with sufficient detail for them to duplicate the exact issue or leak.
– user535733
Sep 28 at 16:22
i don't think memory leakage is happening because if i kill the process memory is still full
– nima_moradi
Sep 28 at 16:42
i don't think memory leakage is happening because if i kill the process memory is still full
– nima_moradi
Sep 28 at 16:42
To me, that seems like confirmation that it IS a leak of some kind.
– user535733
Sep 28 at 16:48
To me, that seems like confirmation that it IS a leak of some kind.
– user535733
Sep 28 at 16:48
Are you absolutely sure that you have killed all the processes using large amounts of memory? Please, investigate your system with tools like
htop
to find were the memory has gone. :)– FedonKadifeli
Sep 28 at 18:24
Are you absolutely sure that you have killed all the processes using large amounts of memory? Please, investigate your system with tools like
htop
to find were the memory has gone. :)– FedonKadifeli
Sep 28 at 18:24
add a comment
|
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/4.0/"u003ecc by-sa 4.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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177312%2fubuntu-seems-to-not-free-ram-memory%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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177312%2fubuntu-seems-to-not-free-ram-memory%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Memory-not-released usually is called a memory leak, and is considered a bug. Please file a bug report with the appropriate upstream project with sufficient detail for them to duplicate the exact issue or leak.
– user535733
Sep 28 at 16:22
i don't think memory leakage is happening because if i kill the process memory is still full
– nima_moradi
Sep 28 at 16:42
To me, that seems like confirmation that it IS a leak of some kind.
– user535733
Sep 28 at 16:48
Are you absolutely sure that you have killed all the processes using large amounts of memory? Please, investigate your system with tools like
htop
to find were the memory has gone. :)– FedonKadifeli
Sep 28 at 18:24