From 43569e4414c81e6d4eaf361526777bd0dfa93d1d Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sat, 2 Jan 2021 09:18:41 -0500 Subject: [PATCH] Added note about check for kernel update. --- README.md | 1 + appdefs.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index aac219a..4e982ba 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ If Firefox is crashing frequently, make sure that: - The `membarrier` system call is not blocked by Docker. See the [Allowing the membarrier System Call](#allowing-the-membarrier-system-call) for more details. + - Make sure the kernel of your Linux distribution is up-to-date. [TimeZone]: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones [here]: https://bugzilla.mozilla.org/show_bug.cgi?id=1338771#c10 diff --git a/appdefs.xml b/appdefs.xml index f6870bc..8beaaee 100644 --- a/appdefs.xml +++ b/appdefs.xml @@ -125,6 +125,7 @@ If {{ defs.app.friendly_name }} is crashing frequently, make sure that: - The `membarrier` system call is not blocked by Docker. See the [Allowing the membarrier System Call](#allowing-the-membarrier-system-call) for more details. + - Make sure the kernel of your Linux distribution is up-to-date.