Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] An ability to enter the amount of RAM in both MB and GB #13

Open
La1eon opened this issue Oct 15, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@La1eon
Copy link

La1eon commented Oct 15, 2019

Currently this launcher only allows you to enter the amount of RAM in megabytes into the text box in the main launcher window, as the launcher always joins the entered value with "-Xmx" and "M" letter.

It would be nice to have e.g. a dropdown menu on the right side of the text box, which would let you select one of two options: "MB" or "GB". The selection will then direct whether the launcher should join the entered value with "M" letter (for MB), or with "G" letter (for GB), and "-Xmx".

The main purpose of this change is to let users allocate e.g. 8 GB of RAM without troubling to count 8 × 1024 = 8192.

I mean something like this:
MB-GB-dropdown-menu

@Kron4ek Kron4ek added the enhancement New feature or request label Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants