Skip to content

Commit

Permalink
Set minikube resources slightly more reasonable
Browse files Browse the repository at this point in the history
At least some people should be able to run the script as is, with 4 cores and 16GiB memory.
  • Loading branch information
metalmatze committed Feb 21, 2022
1 parent b9ce3fe commit c8868c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/local-dev.sh
Expand Up @@ -21,9 +21,9 @@ function up() {
minikube start -p parca-agent \
--driver=virtualbox \
--kubernetes-version=v1.22.3 \
--cpus=12 \
--memory=40gb \
--disk-size=120gb \
--cpus=4 \
--memory=16gb \
--disk-size=20gb \
--docker-opt dns=8.8.8.8 \
--docker-opt default-ulimit=memlock=9223372036854775807:9223372036854775807
fi
Expand Down

0 comments on commit c8868c8

Please sign in to comment.