I've been using the Cloud Shell to download some data from storage, process it, and upload it again.
My problem is that the CPU usage goes to 100% but only for about 30 seconds or so, then for some reason it limits the CPU usage at about 50%, then 25%. Then it stays at 25% but in real-time it seems to continue to decline. This happens over about 1 to 2 minutes.
If I stop the process and wait a few seconds and start it again, the CPU jumps back to 100% and then starts it decline again.
I guess this is because the Google Cloud Shell is not meant to be used for data processing?
Is there a way to pay for a more powerful Cloud Shell in Google Cloud Platform? Can you have a VM instance exactly setup like cloud shell is?
The Google Cloud Shell is not meant to be used as a processing unit for regular workload, instead its a tool for small developer testing situation.
Actually you cannot pay for a better instance for your Google Cloud Shell but you have 2 possible workarounds for this.