Bronze 1
Since ‎03-29-2024
5 hours ago

My Stats

  • 16 Posts
  • 1 Solutions
  • 0 Likes given
  • 49 Likes received

vedantroy-genmo's Bio

Badges vedantroy-genmo Earned

View all badges

Recent Activity

I created a VM in the same region as the my Google Cloud storage bucket, but when downloading from the bucket using rclone, the download speed is only ~ 263MiB/s. How can I get faster download speeds?I am using Tier 1 networking--but that doesn't see...
I restarted a VM on GCP, and now my local SSDs both appear mounted but empty. Is there any reason this would happen?
When using GCP batch, I'd like to download an "index" file at the start of a job and cache it on the local container's file system.But, this only works if the same container is used to run different tasks. Otherwise, if the container is restarted, an...
When using Google Cloud batch, I can mount my Google cloud storage bucket to a VM without issue. The programming running in the container successfully reads and writes from the bucket.I launched a VM with the goal of manually using gcsfuse to mount a...
I can specify the entrypoint key with:```"entrypoint": ""``` But, how do I specify arguments (e.g "script.py") to the entrypoint? I searched for terms like "google cloud batch json config file" and could not find any relevant results.