Set maximum memory allocated to 4GB by default

This commit is contained in:
swirl 2022-01-14 17:34:50 -05:00
parent 41dba376a8
commit b19e315615
No known key found for this signature in database
GPG Key ID: 46507311CD292A08

View File

@ -662,7 +662,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
// Memory
m_settings->registerSetting({"MinMemAlloc", "MinMemoryAlloc"}, 512);
m_settings->registerSetting({"MaxMemAlloc", "MaxMemoryAlloc"}, 1024);
m_settings->registerSetting({"MaxMemAlloc", "MaxMemoryAlloc"}, 4096);
m_settings->registerSetting("PermGen", 128);
// Java Settings