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

Building vitess from git source won't success if you have only 512MB memory. #474

Closed
ghost opened this issue Mar 12, 2015 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Mar 12, 2015

Building vitess from git source won't success if you have only 512MB memory.
The gcc error log said: can not allocate memory,.

So , the question is : what is the minmal requirement if we want build and install vitess?

any more details about it?

1Ghz or higher cpu
1GB or 2GB memory
30GB hard disk space
1Mbps or more network can access the internet?

@enisoc
Copy link
Member

enisoc commented Mar 12, 2015

It's hard to set a real minimum, especially since the minimum will change as we add dependencies and as the compilers evolve. I would say a nice safe recommendation for building is 4GB RAM. If you don't want to go through the hassle of building Vitess, you can also use prebuilt Docker images:

https://registry.hub.docker.com/repos/vitess/

@ghost ghost closed this as completed Mar 12, 2015
@ghost
Copy link
Author

ghost commented Mar 14, 2015

@enisoc the docker images may be added to vitess getting started guide document. it will help many newbie who want to taste vitess. save many times.

@enisoc
Copy link
Member

enisoc commented Mar 16, 2015

Thanks for the suggestion!

This issue was closed.
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
@enisoc and others