-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch cost analysis #959
Comments
Now that we've spent the last few weeks optimizing the Batch implementation and working out the kinks, this issue is going to be repurposed for the goal of just measuring the baseline time and cost of reloading all projects on staging. We're going to keep the current queue and compute_environment configurations, with 16 vCPUs and 200 GB of Ephemeral storage. |
Dev Stack ResultsBelow were the results from running everything on my dev stack. The dev stack utilized the following resources:
|
Staging ResultsThe following are the results of running the entire portal on Batch with different resource allocations:
|
Context
In issue #944, we succeed in generating computed files on Batch and successfully ran jobs for each download_config.
Issues #956 and #957 will address certain discrepancies that arose in the output files and during job runs themselves (platform related).
In this issue we should look into different resource allocation strategies for determining optimal cost. As a result of issues 956 and 957, the bottlenecks should become clearer and we'll be able to ascertain the best possible cost strategies.
We should attempt to collect and produce the results of these different strategies, as they pertain to items like job duration / file size / memory size / networking data, etc.
The text was updated successfully, but these errors were encountered: