Allow to limit max memory working set size

PR #16485.
This commit is contained in:
Vladimir Golovnev
2022-03-01 16:42:25 +03:00
committed by GitHub
parent 7ea827f8d3
commit 299f981441
4 changed files with 71 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ private:
// OS dependent settings
#if defined(Q_OS_WIN)
QComboBox m_comboBoxOSMemoryPriority;
QSpinBox m_spinBoxMemoryWorkingSetLimit;
#endif
#ifndef Q_OS_MACOS