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

Sz add mem disk aligned metrics #448

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shadizaheri
Copy link
Collaborator

Implemented enhancements to the ReadMetrics task, allowing for customizable memory inputs and adding support for SSD. This update will provide better flexibility for allocating memory to the PerFlowCellMetrics task.
The modifications have been successfully tested on Terra.

Copy link
Collaborator

@jonn-smith jonn-smith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea to expose these attributes. I think it'll be more consistent with the codebase to use the RuntimeAttr struct.

@@ -24,6 +24,10 @@ workflow AlignedMetrics {
File ref_dict

String? gcs_output_dir

Int? mem_gb_input_ReadMetrics # Optional input for memory in GiB
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, it might be better to define the inputs as the struct for runtime attributes. Then you can just bubble that whole struct down.

RuntimeAttr? runtime_attr_override

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants