NOISSUE set max of java heap spinboxes to detected physical memory

This commit is contained in:
Petr Mrázek
2017-07-11 22:43:35 +02:00
parent 5ea170db78
commit afb0db24a8
4 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,7 @@
namespace Sys
{
const uint64_t megabyte = 1024ull * 1024ull;
struct KernelInfo
{
QString kernelName;