Skip to content
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

[TheiaProk] tbprofiler optimizations #427

Open
kapsakcj opened this issue Apr 19, 2024 · 0 comments · May be fixed by #673
Open

[TheiaProk] tbprofiler optimizations #427

kapsakcj opened this issue Apr 19, 2024 · 0 comments · May be fixed by #673
Assignees

Comments

@kapsakcj
Copy link
Contributor

🆒

📌 Explain the Request

tb-profiler runs single-threaded, despite WDL task requesting 8 CPUs

Need to add --threads ~{cpus} and we could consider --ram ~{memory} to limit max RAM usage.

We should also consider upgrading to the latest version of tb-profiler. The current version as of today is v6.2.0 and the default is v4.4.2

📚 Context

📈 Desired Behavior

ℹ️ Additional Information

@sage-wright sage-wright changed the title tbprofiler optimizations [TheiaProk] tbprofiler optimizations Apr 24, 2024
@sage-wright sage-wright self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment