We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
raw_records
Is your feature request related to an issue?
No
Describe the requested feature
For some raw_records with decompressed chunk size awkward, they might raise memory exceed error by chance, like run 050775.
050775
To reproduce, set peaklets_memory in XENON_CONFIG as 14500 (MB):
peaklets_memory
XENON_CONFIG
python3 /home/xudc/outsource/outsource/scripts/submit.py --context xenonnt_offline --xedocs_version global_v16 --image el9.2024.09.1 --run 50775 --local_transfer --ignore_processed
But if you set memory to 16000, there will be no error.
According to @FaroutYLq , when setting the memory requirement to below 15GB we can use more nodes. So this chunk size is awkward.
Describe your (preliminary) solution if there is one
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to an issue?
No
Describe the requested feature
For some
raw_records
with decompressed chunk size awkward, they might raise memory exceed error by chance, like run050775
.To reproduce, set
peaklets_memory
inXENON_CONFIG
as 14500 (MB):But if you set memory to 16000, there will be no error.
According to @FaroutYLq , when setting the memory requirement to below 15GB we can use more nodes. So this chunk size is awkward.
Describe your (preliminary) solution if there is one
The text was updated successfully, but these errors were encountered: