I'm using SkyPilot on Google Cloud and facing performance issues with the boot disk. Is there a way to specify a local disk for better performance?
Sharvil Nanavati
Asked on Mar 21, 2024
disk_tier
parameter in the resources section of your configuration file.resources:
disk_tier: best
best
, high
, medium
, etc., to find the optimal performance for your workload.