I'm running a website that has high memory requirements because it implements a machine learning model. I suspect 8GB will be enough, but could need a little more.
Google App Engine standard and Cloud Run limit you to 2GB per instance. GAE flexible limits you to 6.5GB per vCPU.
Is there an option on Google Cloud to run a website with more memory than this?
With AWS Elastic beanstalk it is easy to just select a large or xlarge instance to get the needed memory.