ui: maximum allocated jvm memory configurable in preferences
* added setting for maximum memory allocated by JVM to Preferences window. * a value of -1 ignores this setting * changed default value for this setting to -1 * increased JNI version to Java 1.8 * disabled some file system tests for windows
This commit is contained in:
@@ -53,6 +53,7 @@ private:
|
||||
std::shared_ptr<CombinedPathDetector> m_javaPathDetector;
|
||||
QComboBox* m_javaPathDetectorBox;
|
||||
QtLocationPicker* m_javaPath;
|
||||
QLineEdit* m_jvmMaximumMemory;
|
||||
};
|
||||
|
||||
#endif // QT_PROJECT_WIZZARD_CONTENT_PREFERENCES_H
|
||||
|
||||
Reference in New Issue
Block a user