NOISSUE Use MiB suffix for Java memory options

This commit is contained in:
Jamie Mansfield
2021-06-23 09:55:09 +01:00
parent 27d3ae145a
commit d8598d6901
6 changed files with 11 additions and 11 deletions

View File

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