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

Add memory and cpu recommendations to minikube starting documentation #1536

Closed
markmandel opened this issue May 10, 2020 · 1 comment · Fixed by #2137
Closed

Add memory and cpu recommendations to minikube starting documentation #1536

markmandel opened this issue May 10, 2020 · 1 comment · Fixed by #2137
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! help wanted We would love help on these issues. Please come help us! kind/documentation Documentation for Agones kind/feature New features for Agones
Milestone

Comments

@markmandel
Copy link
Member

I feel like we keep seeing people start with minikube, and run out of resources really fast, which makes all sorts of bad things happen.

We could add to:
https://agones.dev/site/docs/installation/creating-cluster/minikube/#starting-minikube

I was thinking something like:

minikube start --kubernetes-version v1.14.10 --vm-driver virtualbox --cpus=4 --memory=4g

But it would be good to find out what people are actually using before putting this out there.

@markmandel markmandel added kind/feature New features for Agones kind/documentation Documentation for Agones good first issue These are great first issues. If you are looking for a place to start, start here! help wanted We would love help on these issues. Please come help us! labels May 10, 2020
@alexjorgef
Copy link

alexjorgef commented May 10, 2020

My local agones testing env is working well with 2 cpus (old xeon 775 socket) and 2gb of memory. If i decrease memory to 1gb, gameservers and sidepods start crashing. Btw, i'm using virtualbox and sometimes use docker driver (when don't have virtualization feature) for minikube.

markmandel added a commit to markmandel/agones that referenced this issue Jun 17, 2021
This includes:
* Correct commands for the newer versions of minikube
* Guidance on increasing cpu and/or memory as needed
* Workarounds if one can't connect locally to a GameServer

Closes googleforgames#1536
Closes googleforgames#1990
roberthbailey pushed a commit that referenced this issue Jun 17, 2021
This includes:
* Correct commands for the newer versions of minikube
* Guidance on increasing cpu and/or memory as needed
* Workarounds if one can't connect locally to a GameServer

Closes #1536
Closes #1990
@roberthbailey roberthbailey added this to the 1.16.0 milestone Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! help wanted We would love help on these issues. Please come help us! kind/documentation Documentation for Agones kind/feature New features for Agones
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants