Migwell
Posts
Recent activity by Migwell
-
Memory retry mechanism not adjusting memory
We have a task which has this exact structure (details have been removed): task Task { input { String memory = "8G" } runtime { memory: memory maxRetries: 5 }...
- 2 followers
- 2 comments
- 0 votes
-
Calculate memory usage of task
In order to choose an appropriate and cost-effective amount of memory for a task, it makes sense to run the task with a high level of memory, then assess how much memory the task actually used, and...
- 2 followers
- 3 comments
- 1 vote
-
Co-localising tools in the same task
I am working on a workflow that involves very large files, so minimizing the costs and times involved in transferring these files is critical. For each of these files, we need to run 3 different to...
- 3 followers
- 2 comments
- 0 votes
-
Which Google account owns the Terra buckets?
Hi, I created a workspace through Terra, but then tried to make various privileged API calls to GCP, such as: gsutil iam get gs://bucket-name However seemingly I'm not able to do this, even using ...
- 3 followers
- 2 comments
- 0 votes