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

Recommended CPU/Memory #23

Closed
rupert-madden-abbott opened this issue Nov 10, 2016 · 1 comment
Closed

Recommended CPU/Memory #23

rupert-madden-abbott opened this issue Nov 10, 2016 · 1 comment

Comments

@rupert-madden-abbott
Copy link

rupert-madden-abbott commented Nov 10, 2016

When bringing up the machine, I found Rundeck ran very slowly with requests taking a very long time.

I updated the Vagrantfile as follows:

config.vm.provider "virtualbox" do |vb|
    vb.cpus = "2"
    vb.memory = "4096"
end

It now runs very smoothly. Is it worth bumping the default memory/cpus? I'm not sure how much it needs or else I would open a pull request.

If it is not clear, it might be worth adding a commented out section with some suggested defaults, so those unfamiliar with Vagrant can quickly comment then out, and adjust as needed, if they experience performance issues.

@ahonor
Copy link
Contributor

ahonor commented Dec 22, 2016

@rupert654 thanks for that tip. I'll add it as a comment.

@ahonor ahonor closed this as completed Dec 22, 2016
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

No branches or pull requests

2 participants