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

Allow floating point numbers when scaling process size. #694

Merged
merged 2 commits into from
Dec 14, 2015

Conversation

ejholmes
Copy link
Contributor

Fixes #653

This allows you to provide floating point numbers for the memory portion of a process size when scaling:

$ emp scale web=1:256:0.5gb -a acme-inc
Scaled acme-inc to web=1:1X.
$ emp scale web=1:256:0.9gb -a acme-inc
Scaled acme-inc to web=1:256:921.60mb.
$ emp scale web=1:256:0.95gb -a acme-inc
Scaled acme-inc to web=1:256:972.80mb.

@phobologic
Copy link
Contributor

👍

ejholmes added a commit that referenced this pull request Dec 14, 2015
Allow floating point numbers when scaling process size.
@ejholmes ejholmes merged commit 01d48d9 into master Dec 14, 2015
@ejholmes ejholmes deleted the scale-decimals branch December 14, 2015 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants