Bronze 1
Since ‎03-29-2024
Thursday

My Stats

  • 17 Posts
  • 1 Solutions
  • 0 Likes given
  • 52 Likes received

vedantroy-genmo's Bio

Badges vedantroy-genmo Earned

View all badges

Recent Activity

When running `df -h`, on a GCP batch VM, I see the following:```Filesystem Size Used Avail Use% Mounted on 2024-05-09 12:18:05.691 PDToverlay 28G 3.1G 25G 12% /``` Does this mean, I have around 25G of scratch space on a GCP batch VM, or ... is the co...
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...