Boston Linux & UNIX was originally founded in 1994 as part of The Boston Computer Society. We meet on the third Wednesday of each month at the Massachusetts Institute of Technology, in Building E51.

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] ugly problem



On July 22, 2018, dan moylan wrote:
>since yesterday i have been having irregular freezeups on my
>computer[...].

I've had freeze-ups like for two reasons (Ubuntu 16.04 LTS). Perhaps
these fixes might help.

Reason 1: Transparent Hugepage issues.
Fix: Run on startup:

if test -f /sys/kernel/mm/transparent_hugepage/enabled; then
   echo never > /sys/kernel/mm/transparent_hugepage/enabled
fi
 if test -f /sys/kernel/mm/transparent_hugepage/defrag; then
   echo never > /sys/kernel/mm/transparent_hugepage/defrag
fi

Reason 2: Graphics driver bugs.
Fix: Switch drivers (e.g., from the free Linux driver to nvidia's commercial
driver, or vice-versa)

Hope this helps.

--
Dan Barrett
dbarrett at blazemonger.com




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org