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

Fix memory request bug in submit.yml.erb #25

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

ruokolt
Copy link
Contributor

@ruokolt ruokolt commented Jun 13, 2024

Fixes a bug in submit.yml.erb.

Before fix: If an audio file is submitted instead of a folder, the script requests 0G RAM causing the submission to crash.

After fix: If an audio file is submitted instead of a folder, the script requests 2G RAM. In case of a folder, 2G x number of files of RAM is requested.

@ruokolt ruokolt merged commit dde6c39 into main Jun 13, 2024
2 checks passed
@ruokolt ruokolt deleted the fix_mem_request_in_ood_submission branch June 13, 2024 08:47
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.

2 participants