Arch Linux becomes unresponsive from khugepagedVMware on Linux host causes regular freezesUnresponsive desktop after resume from hibernationRemove Arch Linux programs installed from the community repositoryVMWare Workstation Shared folders on Arch/Linux kernel 4.x still not working?VMWare in arch without DE or WMArch Linux startx errorTrying to install vmplayer in arch linuxVMWare installation on Arch Linuxprevent desktop arch linux box from sleepingBlackarch on Arch Linux?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Work Breakdown with Tikz
What makes Graph invariants so useful/important?
Modification to Chariots for Heavy Cavalry Analogue for 4-armed race
Set-theoretical foundations of Mathematics with only bounded quantifiers
DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?
If Manufacturer spice model and Datasheet give different values which should I use?
How does one intimidate enemies without having the capacity for violence?
Download, install and reboot computer at night if needed
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Is it possible to make sharp wind that can cut stuff from afar?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
How to report a triplet of septets in NMR tabulation?
How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?
Motorized valve interfering with button?
"You are your self first supporter", a more proper way to say it
Book about a traveler who helps planets in need
Example of a relative pronoun
Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?
Banach space and Hilbert space topology
How is this relation reflexive?
A Journey Through Space and Time
How to add power-LED to my small amplifier?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Arch Linux becomes unresponsive from khugepaged
VMware on Linux host causes regular freezesUnresponsive desktop after resume from hibernationRemove Arch Linux programs installed from the community repositoryVMWare Workstation Shared folders on Arch/Linux kernel 4.x still not working?VMWare in arch without DE or WMArch Linux startx errorTrying to install vmplayer in arch linuxVMWare installation on Arch Linuxprevent desktop arch linux box from sleepingBlackarch on Arch Linux?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am a heavy VMware workstation 10.0.3 user, and as such I have 32GB RAM on my system. My only operating system is Arch Linux, using Unity for the desktop.
Usually when I have two virtual machines running with about 3GB RAM appointed to each, really often and at random intervals the whole system becomes unresponsive for a few seconds.
Running "top" at a terminal, the culprit seems to be the command khugepaged, which runs while the system is unresponsive at 100% CPU and then dissapears.
Is there any way to avoid this? I have googled about khugepaged, but I only seem to find ancient posts from 2011 or unanswered questions.
These are my full system specs:
- CPU: Intel i5 4570@3.2GHz
- 32GB Corsair Vengeance RAM@2400MHz
- M/B ASrock Z87 Pro 4
arch-linux vmware
|
show 2 more comments
I am a heavy VMware workstation 10.0.3 user, and as such I have 32GB RAM on my system. My only operating system is Arch Linux, using Unity for the desktop.
Usually when I have two virtual machines running with about 3GB RAM appointed to each, really often and at random intervals the whole system becomes unresponsive for a few seconds.
Running "top" at a terminal, the culprit seems to be the command khugepaged, which runs while the system is unresponsive at 100% CPU and then dissapears.
Is there any way to avoid this? I have googled about khugepaged, but I only seem to find ancient posts from 2011 or unanswered questions.
These are my full system specs:
- CPU: Intel i5 4570@3.2GHz
- 32GB Corsair Vengeance RAM@2400MHz
- M/B ASrock Z87 Pro 4
arch-linux vmware
What are your swap settings like? That kind of hang is often related to swap usage. Can you check swap next time it hangs? Does it only hang when actively swapping?
– terdon♦
Oct 13 '14 at 16:13
Why should it swap with 32GB RAM? It goes nowhere near exchausting the physical RAM. I have a small 1GB swap partition - since it is on an SSD and I didn't want to waste real estate. I haven't changed swappiness, I guess it is at the default value.
– Angelos Kyritsis
Oct 13 '14 at 16:19
Well, arch has the default set to 60 which means it will start swapping long before the RAM is exhausted. I'm not saying it's swap for sure but it does seem likely. Try setting a lower value.
– terdon♦
Oct 13 '14 at 16:44
Ok, I have set it to 5. I will let you know if it made a difference.
– Angelos Kyritsis
Oct 13 '14 at 16:54
unix.stackexchange.com/questions/161858/…
– mazgalici
Jan 5 '15 at 22:21
|
show 2 more comments
I am a heavy VMware workstation 10.0.3 user, and as such I have 32GB RAM on my system. My only operating system is Arch Linux, using Unity for the desktop.
Usually when I have two virtual machines running with about 3GB RAM appointed to each, really often and at random intervals the whole system becomes unresponsive for a few seconds.
Running "top" at a terminal, the culprit seems to be the command khugepaged, which runs while the system is unresponsive at 100% CPU and then dissapears.
Is there any way to avoid this? I have googled about khugepaged, but I only seem to find ancient posts from 2011 or unanswered questions.
These are my full system specs:
- CPU: Intel i5 4570@3.2GHz
- 32GB Corsair Vengeance RAM@2400MHz
- M/B ASrock Z87 Pro 4
arch-linux vmware
I am a heavy VMware workstation 10.0.3 user, and as such I have 32GB RAM on my system. My only operating system is Arch Linux, using Unity for the desktop.
Usually when I have two virtual machines running with about 3GB RAM appointed to each, really often and at random intervals the whole system becomes unresponsive for a few seconds.
Running "top" at a terminal, the culprit seems to be the command khugepaged, which runs while the system is unresponsive at 100% CPU and then dissapears.
Is there any way to avoid this? I have googled about khugepaged, but I only seem to find ancient posts from 2011 or unanswered questions.
These are my full system specs:
- CPU: Intel i5 4570@3.2GHz
- 32GB Corsair Vengeance RAM@2400MHz
- M/B ASrock Z87 Pro 4
arch-linux vmware
arch-linux vmware
edited Oct 13 '14 at 16:09
terdon♦
134k33268449
134k33268449
asked Oct 13 '14 at 16:03
Angelos KyritsisAngelos Kyritsis
4112
4112
What are your swap settings like? That kind of hang is often related to swap usage. Can you check swap next time it hangs? Does it only hang when actively swapping?
– terdon♦
Oct 13 '14 at 16:13
Why should it swap with 32GB RAM? It goes nowhere near exchausting the physical RAM. I have a small 1GB swap partition - since it is on an SSD and I didn't want to waste real estate. I haven't changed swappiness, I guess it is at the default value.
– Angelos Kyritsis
Oct 13 '14 at 16:19
Well, arch has the default set to 60 which means it will start swapping long before the RAM is exhausted. I'm not saying it's swap for sure but it does seem likely. Try setting a lower value.
– terdon♦
Oct 13 '14 at 16:44
Ok, I have set it to 5. I will let you know if it made a difference.
– Angelos Kyritsis
Oct 13 '14 at 16:54
unix.stackexchange.com/questions/161858/…
– mazgalici
Jan 5 '15 at 22:21
|
show 2 more comments
What are your swap settings like? That kind of hang is often related to swap usage. Can you check swap next time it hangs? Does it only hang when actively swapping?
– terdon♦
Oct 13 '14 at 16:13
Why should it swap with 32GB RAM? It goes nowhere near exchausting the physical RAM. I have a small 1GB swap partition - since it is on an SSD and I didn't want to waste real estate. I haven't changed swappiness, I guess it is at the default value.
– Angelos Kyritsis
Oct 13 '14 at 16:19
Well, arch has the default set to 60 which means it will start swapping long before the RAM is exhausted. I'm not saying it's swap for sure but it does seem likely. Try setting a lower value.
– terdon♦
Oct 13 '14 at 16:44
Ok, I have set it to 5. I will let you know if it made a difference.
– Angelos Kyritsis
Oct 13 '14 at 16:54
unix.stackexchange.com/questions/161858/…
– mazgalici
Jan 5 '15 at 22:21
What are your swap settings like? That kind of hang is often related to swap usage. Can you check swap next time it hangs? Does it only hang when actively swapping?
– terdon♦
Oct 13 '14 at 16:13
What are your swap settings like? That kind of hang is often related to swap usage. Can you check swap next time it hangs? Does it only hang when actively swapping?
– terdon♦
Oct 13 '14 at 16:13
Why should it swap with 32GB RAM? It goes nowhere near exchausting the physical RAM. I have a small 1GB swap partition - since it is on an SSD and I didn't want to waste real estate. I haven't changed swappiness, I guess it is at the default value.
– Angelos Kyritsis
Oct 13 '14 at 16:19
Why should it swap with 32GB RAM? It goes nowhere near exchausting the physical RAM. I have a small 1GB swap partition - since it is on an SSD and I didn't want to waste real estate. I haven't changed swappiness, I guess it is at the default value.
– Angelos Kyritsis
Oct 13 '14 at 16:19
Well, arch has the default set to 60 which means it will start swapping long before the RAM is exhausted. I'm not saying it's swap for sure but it does seem likely. Try setting a lower value.
– terdon♦
Oct 13 '14 at 16:44
Well, arch has the default set to 60 which means it will start swapping long before the RAM is exhausted. I'm not saying it's swap for sure but it does seem likely. Try setting a lower value.
– terdon♦
Oct 13 '14 at 16:44
Ok, I have set it to 5. I will let you know if it made a difference.
– Angelos Kyritsis
Oct 13 '14 at 16:54
Ok, I have set it to 5. I will let you know if it made a difference.
– Angelos Kyritsis
Oct 13 '14 at 16:54
unix.stackexchange.com/questions/161858/…
– mazgalici
Jan 5 '15 at 22:21
unix.stackexchange.com/questions/161858/…
– mazgalici
Jan 5 '15 at 22:21
|
show 2 more comments
2 Answers
2
active
oldest
votes
I have similar problem on Ubuntu. The workaround I use is:
echo never > /sys/kernel/mm/transparent_hugepage/defrag
echo 0 > /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
The source of the workaround is in a Fedora bug report “khugepaged eating 100%CPU”. The bug was never fixed.
This is less drastic then disabling entire transparent_hugepage
support.
The detailed explanation of what the command does can be found in the documentation of transparent hugepage support.
echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag
;echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
– Treviño
Nov 29 '16 at 11:48
@Treviño, may I ask what the difference is to what the author of the answer is proposing: why should one use| sudo tee
in stead of>
?
– Joma
Dec 1 '16 at 12:01
1
@Joma thesudo echo $value > output
doesn't work in Ubuntu, you need to use thetee
trick, or do it fromsudo -s
shell.
– Treviño
Dec 5 '16 at 22:41
Seriously, I love you for that, @pawel-jasinski – the first time in 5 years that I can actually WORK with VMware without that it regularly freezes both host and guest OS.
– Simon A. Eugster
Jul 27 '18 at 16:13
1
@Joma The first command has to be run from a root shell. Withsudo echo X > Y
, onlyecho X
is run as root but> Y
(forward output into a file) is not.
– Simon A. Eugster
Jul 27 '18 at 16:15
add a comment |
khugepaged might be the problem, try the following:
echo never > /sys/kernel/mm/transparent_hugepage/enabled
this helped me to resolve this issue on recent arch linux...
4
Hi and welcome to the site! We expect answers to be a bit more detailed here. Could you perhaps edit your answer and explain what the command you suggests does and how it would help?
– terdon♦
Jan 14 '15 at 12:37
1
@ArchUser also if you are not sure this is the solution please post as a comment.
– vfbsilva
Jan 14 '15 at 12:44
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
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%2funix.stackexchange.com%2fquestions%2f161858%2farch-linux-becomes-unresponsive-from-khugepaged%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have similar problem on Ubuntu. The workaround I use is:
echo never > /sys/kernel/mm/transparent_hugepage/defrag
echo 0 > /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
The source of the workaround is in a Fedora bug report “khugepaged eating 100%CPU”. The bug was never fixed.
This is less drastic then disabling entire transparent_hugepage
support.
The detailed explanation of what the command does can be found in the documentation of transparent hugepage support.
echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag
;echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
– Treviño
Nov 29 '16 at 11:48
@Treviño, may I ask what the difference is to what the author of the answer is proposing: why should one use| sudo tee
in stead of>
?
– Joma
Dec 1 '16 at 12:01
1
@Joma thesudo echo $value > output
doesn't work in Ubuntu, you need to use thetee
trick, or do it fromsudo -s
shell.
– Treviño
Dec 5 '16 at 22:41
Seriously, I love you for that, @pawel-jasinski – the first time in 5 years that I can actually WORK with VMware without that it regularly freezes both host and guest OS.
– Simon A. Eugster
Jul 27 '18 at 16:13
1
@Joma The first command has to be run from a root shell. Withsudo echo X > Y
, onlyecho X
is run as root but> Y
(forward output into a file) is not.
– Simon A. Eugster
Jul 27 '18 at 16:15
add a comment |
I have similar problem on Ubuntu. The workaround I use is:
echo never > /sys/kernel/mm/transparent_hugepage/defrag
echo 0 > /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
The source of the workaround is in a Fedora bug report “khugepaged eating 100%CPU”. The bug was never fixed.
This is less drastic then disabling entire transparent_hugepage
support.
The detailed explanation of what the command does can be found in the documentation of transparent hugepage support.
echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag
;echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
– Treviño
Nov 29 '16 at 11:48
@Treviño, may I ask what the difference is to what the author of the answer is proposing: why should one use| sudo tee
in stead of>
?
– Joma
Dec 1 '16 at 12:01
1
@Joma thesudo echo $value > output
doesn't work in Ubuntu, you need to use thetee
trick, or do it fromsudo -s
shell.
– Treviño
Dec 5 '16 at 22:41
Seriously, I love you for that, @pawel-jasinski – the first time in 5 years that I can actually WORK with VMware without that it regularly freezes both host and guest OS.
– Simon A. Eugster
Jul 27 '18 at 16:13
1
@Joma The first command has to be run from a root shell. Withsudo echo X > Y
, onlyecho X
is run as root but> Y
(forward output into a file) is not.
– Simon A. Eugster
Jul 27 '18 at 16:15
add a comment |
I have similar problem on Ubuntu. The workaround I use is:
echo never > /sys/kernel/mm/transparent_hugepage/defrag
echo 0 > /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
The source of the workaround is in a Fedora bug report “khugepaged eating 100%CPU”. The bug was never fixed.
This is less drastic then disabling entire transparent_hugepage
support.
The detailed explanation of what the command does can be found in the documentation of transparent hugepage support.
I have similar problem on Ubuntu. The workaround I use is:
echo never > /sys/kernel/mm/transparent_hugepage/defrag
echo 0 > /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
The source of the workaround is in a Fedora bug report “khugepaged eating 100%CPU”. The bug was never fixed.
This is less drastic then disabling entire transparent_hugepage
support.
The detailed explanation of what the command does can be found in the documentation of transparent hugepage support.
edited Apr 4 at 22:04
Gilles
546k12911111625
546k12911111625
answered Feb 16 '15 at 17:06
Pawel JasinskiPawel Jasinski
20125
20125
echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag
;echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
– Treviño
Nov 29 '16 at 11:48
@Treviño, may I ask what the difference is to what the author of the answer is proposing: why should one use| sudo tee
in stead of>
?
– Joma
Dec 1 '16 at 12:01
1
@Joma thesudo echo $value > output
doesn't work in Ubuntu, you need to use thetee
trick, or do it fromsudo -s
shell.
– Treviño
Dec 5 '16 at 22:41
Seriously, I love you for that, @pawel-jasinski – the first time in 5 years that I can actually WORK with VMware without that it regularly freezes both host and guest OS.
– Simon A. Eugster
Jul 27 '18 at 16:13
1
@Joma The first command has to be run from a root shell. Withsudo echo X > Y
, onlyecho X
is run as root but> Y
(forward output into a file) is not.
– Simon A. Eugster
Jul 27 '18 at 16:15
add a comment |
echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag
;echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
– Treviño
Nov 29 '16 at 11:48
@Treviño, may I ask what the difference is to what the author of the answer is proposing: why should one use| sudo tee
in stead of>
?
– Joma
Dec 1 '16 at 12:01
1
@Joma thesudo echo $value > output
doesn't work in Ubuntu, you need to use thetee
trick, or do it fromsudo -s
shell.
– Treviño
Dec 5 '16 at 22:41
Seriously, I love you for that, @pawel-jasinski – the first time in 5 years that I can actually WORK with VMware without that it regularly freezes both host and guest OS.
– Simon A. Eugster
Jul 27 '18 at 16:13
1
@Joma The first command has to be run from a root shell. Withsudo echo X > Y
, onlyecho X
is run as root but> Y
(forward output into a file) is not.
– Simon A. Eugster
Jul 27 '18 at 16:15
echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag
; echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
– Treviño
Nov 29 '16 at 11:48
echo never | sudo tee /sys/kernel/mm/transparent_hugepage/defrag
; echo 0 | sudo tee /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
– Treviño
Nov 29 '16 at 11:48
@Treviño, may I ask what the difference is to what the author of the answer is proposing: why should one use
| sudo tee
in stead of >
?– Joma
Dec 1 '16 at 12:01
@Treviño, may I ask what the difference is to what the author of the answer is proposing: why should one use
| sudo tee
in stead of >
?– Joma
Dec 1 '16 at 12:01
1
1
@Joma the
sudo echo $value > output
doesn't work in Ubuntu, you need to use the tee
trick, or do it from sudo -s
shell.– Treviño
Dec 5 '16 at 22:41
@Joma the
sudo echo $value > output
doesn't work in Ubuntu, you need to use the tee
trick, or do it from sudo -s
shell.– Treviño
Dec 5 '16 at 22:41
Seriously, I love you for that, @pawel-jasinski – the first time in 5 years that I can actually WORK with VMware without that it regularly freezes both host and guest OS.
– Simon A. Eugster
Jul 27 '18 at 16:13
Seriously, I love you for that, @pawel-jasinski – the first time in 5 years that I can actually WORK with VMware without that it regularly freezes both host and guest OS.
– Simon A. Eugster
Jul 27 '18 at 16:13
1
1
@Joma The first command has to be run from a root shell. With
sudo echo X > Y
, only echo X
is run as root but > Y
(forward output into a file) is not.– Simon A. Eugster
Jul 27 '18 at 16:15
@Joma The first command has to be run from a root shell. With
sudo echo X > Y
, only echo X
is run as root but > Y
(forward output into a file) is not.– Simon A. Eugster
Jul 27 '18 at 16:15
add a comment |
khugepaged might be the problem, try the following:
echo never > /sys/kernel/mm/transparent_hugepage/enabled
this helped me to resolve this issue on recent arch linux...
4
Hi and welcome to the site! We expect answers to be a bit more detailed here. Could you perhaps edit your answer and explain what the command you suggests does and how it would help?
– terdon♦
Jan 14 '15 at 12:37
1
@ArchUser also if you are not sure this is the solution please post as a comment.
– vfbsilva
Jan 14 '15 at 12:44
add a comment |
khugepaged might be the problem, try the following:
echo never > /sys/kernel/mm/transparent_hugepage/enabled
this helped me to resolve this issue on recent arch linux...
4
Hi and welcome to the site! We expect answers to be a bit more detailed here. Could you perhaps edit your answer and explain what the command you suggests does and how it would help?
– terdon♦
Jan 14 '15 at 12:37
1
@ArchUser also if you are not sure this is the solution please post as a comment.
– vfbsilva
Jan 14 '15 at 12:44
add a comment |
khugepaged might be the problem, try the following:
echo never > /sys/kernel/mm/transparent_hugepage/enabled
this helped me to resolve this issue on recent arch linux...
khugepaged might be the problem, try the following:
echo never > /sys/kernel/mm/transparent_hugepage/enabled
this helped me to resolve this issue on recent arch linux...
edited Jan 14 '15 at 12:51
Archemar
20.5k93973
20.5k93973
answered Jan 14 '15 at 12:31
ArchUserArchUser
211
211
4
Hi and welcome to the site! We expect answers to be a bit more detailed here. Could you perhaps edit your answer and explain what the command you suggests does and how it would help?
– terdon♦
Jan 14 '15 at 12:37
1
@ArchUser also if you are not sure this is the solution please post as a comment.
– vfbsilva
Jan 14 '15 at 12:44
add a comment |
4
Hi and welcome to the site! We expect answers to be a bit more detailed here. Could you perhaps edit your answer and explain what the command you suggests does and how it would help?
– terdon♦
Jan 14 '15 at 12:37
1
@ArchUser also if you are not sure this is the solution please post as a comment.
– vfbsilva
Jan 14 '15 at 12:44
4
4
Hi and welcome to the site! We expect answers to be a bit more detailed here. Could you perhaps edit your answer and explain what the command you suggests does and how it would help?
– terdon♦
Jan 14 '15 at 12:37
Hi and welcome to the site! We expect answers to be a bit more detailed here. Could you perhaps edit your answer and explain what the command you suggests does and how it would help?
– terdon♦
Jan 14 '15 at 12:37
1
1
@ArchUser also if you are not sure this is the solution please post as a comment.
– vfbsilva
Jan 14 '15 at 12:44
@ArchUser also if you are not sure this is the solution please post as a comment.
– vfbsilva
Jan 14 '15 at 12:44
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f161858%2farch-linux-becomes-unresponsive-from-khugepaged%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
What are your swap settings like? That kind of hang is often related to swap usage. Can you check swap next time it hangs? Does it only hang when actively swapping?
– terdon♦
Oct 13 '14 at 16:13
Why should it swap with 32GB RAM? It goes nowhere near exchausting the physical RAM. I have a small 1GB swap partition - since it is on an SSD and I didn't want to waste real estate. I haven't changed swappiness, I guess it is at the default value.
– Angelos Kyritsis
Oct 13 '14 at 16:19
Well, arch has the default set to 60 which means it will start swapping long before the RAM is exhausted. I'm not saying it's swap for sure but it does seem likely. Try setting a lower value.
– terdon♦
Oct 13 '14 at 16:44
Ok, I have set it to 5. I will let you know if it made a difference.
– Angelos Kyritsis
Oct 13 '14 at 16:54
unix.stackexchange.com/questions/161858/…
– mazgalici
Jan 5 '15 at 22:21