glamorous-queen-9531
04/22/2023, 12:04 AMvictorious-lawyer-58417
04/22/2023, 12:06 AMvictorious-lawyer-58417
04/22/2023, 12:07 AMtmpfs is a convenient (and fast) option when you don’t need large amounts of disk space but just some fast scratch spacevictorious-lawyer-58417
04/22/2023, 12:08 AMmetaflow.S3 will use it automatically for its temp space, if you enable itvictorious-lawyer-58417
04/22/2023, 12:09 AMglamorous-queen-9531
04/22/2023, 12:12 AMvictorious-lawyer-58417
04/22/2023, 12:25 AM@batch(use_tmpfs=True)
by default it allocates 50% of @resources(memory=) to tmpfs but the memory is only used when you store something to the volumevictorious-lawyer-58417
04/22/2023, 12:26 AMmetaflow.S3 it uses it automatically. If you want to use tmpfs for your own purposes, you can find the mountpoint at current.tempdirglamorous-queen-9531
04/22/2023, 8:24 AMvictorious-lawyer-58417
04/22/2023, 7:26 PM