简体   繁体   中英

Configure Google Compute Engine VM Instance

I made an application with OpenCV using c ++ on debian 10in my PC. This app uses cpu and gpu to recognize objects and a local database to store data and images on the local disk. Now, I want to migrate a GCP.

Which of the GCP Compute Engine VM instance should I use to make my app work in the cloud?

You have to add a GPU to your VM instance when creating one ( you have several to choose from depending on the region your instaince will be in) or you can add it later.

Also you mentioned a database - depending on how much performance you need you have to decide what kind of disk you need (standard vs ssd) . Also - if your DB is very IOPS sensitive keep in mind that it changes with disk size.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM