summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-06-04 14:54:41 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-06-12 12:38:08 +0200
commitf92a4b3028f112616dedac892e379a13e3c53bcd (patch)
treef4529e4bbd254ed6f8ea40c0c16f2b124798da9e
parentb00af13974b2c72ae4d397fbdf5925181e7cc1bf (diff)
Doc: Document issue with running in Docker environment
Fixes: QTBUG-80944 Pick-to: 5.15 Change-Id: Ia77a46fbde89cada32183d9f7dc66c1dae1c7bb5 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--src/webengine/doc/src/qtwebengine-platform-notes.qdoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/webengine/doc/src/qtwebengine-platform-notes.qdoc b/src/webengine/doc/src/qtwebengine-platform-notes.qdoc
index 982363bb2..cbb12a0bd 100644
--- a/src/webengine/doc/src/qtwebengine-platform-notes.qdoc
+++ b/src/webengine/doc/src/qtwebengine-platform-notes.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -201,6 +201,13 @@
For more information, see \l{Using Command-Line Arguments}.
+ \section1 Memory Requirements in Docker Environment
+
+ When running Qt Web Engine examples in a Docker container and browsing
+ content-heavy sites, BUS errors (SIGBUS) might be reported. Typically,
+ this is caused by Docker running a container with a too small memory space
+ (such as 64MB). To fix this problem, increase the memory space size.
+
\section1 Accessibility and Performance
\QWE enables accessibility support for web pages when the following conditions