System slowing Doooowwwwn - swap file? (18.4.2)Swap utilization: system level versus individual processesHow do I add swap after system installation?System not mounting swap partitionSwap file creation success/failure?Can't create a swap fileSwap Files slowing down gamesIncreasing Swap fileswap partition vs swap fileDefault 17.04 swap file locationSwap partition to Swap file
Logic. Truth of a negation
Low budget alien movie about the Earth being cooked
Can someone explain what is being said here in color publishing in the American Mathematical Monthly?
Is Gradient Descent central to every optimizer?
How to pass a string to a command that expects a file?
How do I locate a classical quotation?
What are some noteworthy "mic-drop" moments in math?
Why don't MCU characters ever seem to have language issues?
Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?
What to do when during a meeting client people start to fight (even physically) with each others?
Am I not good enough for you?
Aliens englobed the Solar System: will we notice?
What wound would be of little consequence to a biped but terrible for a quadruped?
BitNot does not flip bits in the way I expected
How did Alan Turing break the enigma code using the hint given by the lady in the bar?
Accountant/ lawyer will not return my call
How much stiffer are 23c tires over 28c?
Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?
Extra alignment tab has been changed to cr. } using table, tabular and resizebox
Word for a person who has no opinion about whether god exists
Is there a window switcher for GNOME that shows the actual window?
Solving "Resistance between two nodes on a grid" problem in Mathematica
Grey hair or white hair
Should QA ask requirements to developers?
System slowing Doooowwwwn - swap file? (18.4.2)
Swap utilization: system level versus individual processesHow do I add swap after system installation?System not mounting swap partitionSwap file creation success/failure?Can't create a swap fileSwap Files slowing down gamesIncreasing Swap fileswap partition vs swap fileDefault 17.04 swap file locationSwap partition to Swap file
I have an Fujitsu LIFEBOOK A series i3 Quad Core 6Gb RAM Laptop
I do have many things running at once like Chrome Web browser with 10 tabs-(ish) open (Youtube vids(1 or 2) and general browsing),
Cura and/or Slicer PE and
File system - system monitor and other general stuff running,
and a second monitor.
500Gb H-drive-70% Free
On average 60% of RAM used.
BUT
The O.S seems to have slowed down over the last 6 months.... since loading and setting it up.
What swap file size or other system settings could possibly optimize things or would re-installing the O.S or another O.S....
I was running 18.10 Cosmic Cuttlefish up to 6 months ago but it became unstable as well, I didn't realise till then that it wasn't official,now it is, would that be better?
I'm new to Linux just over a year but prefer it 110% over Windows, which was ~~~~~Sh!t when I first used it (Win 3.0) to Win 7 (my last version - i couldn't bare it further) - (my opinion)
Can you help me? :)
swap
New contributor
add a comment |
I have an Fujitsu LIFEBOOK A series i3 Quad Core 6Gb RAM Laptop
I do have many things running at once like Chrome Web browser with 10 tabs-(ish) open (Youtube vids(1 or 2) and general browsing),
Cura and/or Slicer PE and
File system - system monitor and other general stuff running,
and a second monitor.
500Gb H-drive-70% Free
On average 60% of RAM used.
BUT
The O.S seems to have slowed down over the last 6 months.... since loading and setting it up.
What swap file size or other system settings could possibly optimize things or would re-installing the O.S or another O.S....
I was running 18.10 Cosmic Cuttlefish up to 6 months ago but it became unstable as well, I didn't realise till then that it wasn't official,now it is, would that be better?
I'm new to Linux just over a year but prefer it 110% over Windows, which was ~~~~~Sh!t when I first used it (Win 3.0) to Win 7 (my last version - i couldn't bare it further) - (my opinion)
Can you help me? :)
swap
New contributor
add a comment |
I have an Fujitsu LIFEBOOK A series i3 Quad Core 6Gb RAM Laptop
I do have many things running at once like Chrome Web browser with 10 tabs-(ish) open (Youtube vids(1 or 2) and general browsing),
Cura and/or Slicer PE and
File system - system monitor and other general stuff running,
and a second monitor.
500Gb H-drive-70% Free
On average 60% of RAM used.
BUT
The O.S seems to have slowed down over the last 6 months.... since loading and setting it up.
What swap file size or other system settings could possibly optimize things or would re-installing the O.S or another O.S....
I was running 18.10 Cosmic Cuttlefish up to 6 months ago but it became unstable as well, I didn't realise till then that it wasn't official,now it is, would that be better?
I'm new to Linux just over a year but prefer it 110% over Windows, which was ~~~~~Sh!t when I first used it (Win 3.0) to Win 7 (my last version - i couldn't bare it further) - (my opinion)
Can you help me? :)
swap
New contributor
I have an Fujitsu LIFEBOOK A series i3 Quad Core 6Gb RAM Laptop
I do have many things running at once like Chrome Web browser with 10 tabs-(ish) open (Youtube vids(1 or 2) and general browsing),
Cura and/or Slicer PE and
File system - system monitor and other general stuff running,
and a second monitor.
500Gb H-drive-70% Free
On average 60% of RAM used.
BUT
The O.S seems to have slowed down over the last 6 months.... since loading and setting it up.
What swap file size or other system settings could possibly optimize things or would re-installing the O.S or another O.S....
I was running 18.10 Cosmic Cuttlefish up to 6 months ago but it became unstable as well, I didn't realise till then that it wasn't official,now it is, would that be better?
I'm new to Linux just over a year but prefer it 110% over Windows, which was ~~~~~Sh!t when I first used it (Win 3.0) to Win 7 (my last version - i couldn't bare it further) - (my opinion)
Can you help me? :)
swap
swap
New contributor
New contributor
New contributor
asked 45 mins ago
Matthew ParsonsMatthew Parsons
11
11
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I would try setting your swappiness
to 10 or less. This will reduce how often your system uses the swap. I've found that this significantly increases performance. (Not sure why it's not the default.)
First check the current value on your system:
$ cat /proc/sys/vm/swappiness
It's most likely set to something like 60. Assuming it is, test it temporarily with:
sysctl vm.swappiness=10
Assuming that did something for you, set it permanently by editing /etc/sysctl.conf
, and set the property vm.swappiness
to 10.
add a comment |
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
);
);
Matthew Parsons is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1125178%2fsystem-slowing-doooowwwwn-swap-file-18-4-2%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
I would try setting your swappiness
to 10 or less. This will reduce how often your system uses the swap. I've found that this significantly increases performance. (Not sure why it's not the default.)
First check the current value on your system:
$ cat /proc/sys/vm/swappiness
It's most likely set to something like 60. Assuming it is, test it temporarily with:
sysctl vm.swappiness=10
Assuming that did something for you, set it permanently by editing /etc/sysctl.conf
, and set the property vm.swappiness
to 10.
add a comment |
I would try setting your swappiness
to 10 or less. This will reduce how often your system uses the swap. I've found that this significantly increases performance. (Not sure why it's not the default.)
First check the current value on your system:
$ cat /proc/sys/vm/swappiness
It's most likely set to something like 60. Assuming it is, test it temporarily with:
sysctl vm.swappiness=10
Assuming that did something for you, set it permanently by editing /etc/sysctl.conf
, and set the property vm.swappiness
to 10.
add a comment |
I would try setting your swappiness
to 10 or less. This will reduce how often your system uses the swap. I've found that this significantly increases performance. (Not sure why it's not the default.)
First check the current value on your system:
$ cat /proc/sys/vm/swappiness
It's most likely set to something like 60. Assuming it is, test it temporarily with:
sysctl vm.swappiness=10
Assuming that did something for you, set it permanently by editing /etc/sysctl.conf
, and set the property vm.swappiness
to 10.
I would try setting your swappiness
to 10 or less. This will reduce how often your system uses the swap. I've found that this significantly increases performance. (Not sure why it's not the default.)
First check the current value on your system:
$ cat /proc/sys/vm/swappiness
It's most likely set to something like 60. Assuming it is, test it temporarily with:
sysctl vm.swappiness=10
Assuming that did something for you, set it permanently by editing /etc/sysctl.conf
, and set the property vm.swappiness
to 10.
answered 15 mins ago
Ryan J. YoderRyan J. Yoder
915
915
add a comment |
add a comment |
Matthew Parsons is a new contributor. Be nice, and check out our Code of Conduct.
Matthew Parsons is a new contributor. Be nice, and check out our Code of Conduct.
Matthew Parsons is a new contributor. Be nice, and check out our Code of Conduct.
Matthew Parsons 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.
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%2f1125178%2fsystem-slowing-doooowwwwn-swap-file-18-4-2%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