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
commit 299f981441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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