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

Warning message for low memory servers #3355

Closed
benileo opened this issue Jul 30, 2016 · 3 comments
Closed

Warning message for low memory servers #3355

benileo opened this issue Jul 30, 2016 · 3 comments

Comments

@benileo
Copy link
Contributor

benileo commented Jul 30, 2016

I've ran into it a couple times where I'm installing a certificate on a tiny server. In my case it was Ubuntu 14.04, which still does not have the letsencrypt package (not sure if that is coming).

It would be nice if certbot-auto printed a warning message before trying to install the Python packages (in this case it is cryptography that is failing to build).

The message could be something like:
Warning your system only contains 0.5 GB of memory which is less the recommended 2.0 GB, you may no be able to build the proper dependencies needed.

Just an idea..

@pde
Copy link
Member

pde commented Aug 1, 2016

This is a good idea!

@pde pde added this to the 0.10.0 milestone Aug 1, 2016
@surya-v
Copy link

surya-v commented Sep 19, 2016

Implemented the suggested check.

@pde
Copy link
Member

pde commented Dec 6, 2016

Fixed by #3473

@pde pde closed this as completed Dec 6, 2016
@pde pde removed the has pr label Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants