summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-06-04 14:54:41 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-06-15 06:58:08 +0000
commit68269fb45652ab5536c7d3dbda895c2b801fb5d3 (patch)
treebe39e38a9f6c1f8541286ea3e909fc0c10be2aee
parent2c956efefd5cddf7eca606e15aee70c2dcd192eb (diff)
Doc: Document issue with running in Docker environment
Fixes: QTBUG-80944 Change-Id: Ia77a46fbde89cada32183d9f7dc66c1dae1c7bb5 Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit f92a4b3028f112616dedac892e379a13e3c53bcd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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