Allow to limit max memory working set size

PR #16485.
This commit is contained in:
Vladimir Golovnev
2022-03-12 21:40:02 +03:00
committed by GitHub
parent ba147d72b9
commit 11c45db2ec
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