Setting up a server on GCP
This is mostly a note to myself to explain what I do to setup a server on GCP for database benchmarks. Create the instance Confirm that quota limits have not been reached on the Quotas page . Go to the VM instances page and click on Create Instance Edit the instance name Edit the region (us-west1 for me) Choose the instance type. Click on Compute Optimized , select the c2 series, select the Machine Type and then c2-standard-60. Disable hyperthreading to reduce benchmark variance. Click on CPU Platform and GPU, click on vCPUs to core ratio and choose 1 vCPU per core . Scroll down to Boot disk and click on Change . Click on Operating System and select Ubuntu . Click on Version and select Ubuntu 22.04 LTS . Don't change Boot disk type (the default is Balanced persistent disk ). Change Size (GB) to 100 . Then click on Select . Scroll down to Identity and API access and select Allow full access to all Cloud APIs . This enables read and write access to Cloud Object Storage buc