-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remove MCParticlesHeadOnFrameNoBeamFX from default output collections list #1681
Conversation
Why would we want to remove this?
…On Wed, Nov 27, 2024, 8:05 PM Sakib Rahman ***@***.***> wrote:
@rahmans1 <https://github.com/rahmans1> requested your review on: #1681
<#1681> Remove
MCParticlesHeadOnFrameNoBeamFX from default output collections list.
—
Reply to this email directly, view it on GitHub
<#1681 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADABSFZBB65F5CIG7F4TP232CZT45AVCNFSM6AAAAABSUADPA6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGQ2TSMBQHAZTSNA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Capybara summary for PR 1681
|
Because it is causing a 20x increase in output size for reasons not understood. It's either removing this and running for the collaboration with the rest, or running a November production with only 4% of the statistics. Once the problem is understood and fixed (which could be tonight or tomorrow), we can enable it again. This is the plan B branch. |
That's strange, it should only be saving status == 1 particles and
shouldn't be able to exceed the size of MCparticles. Okay, cool.
…On Wed, Nov 27, 2024, 8:51 PM Wouter Deconinck ***@***.***> wrote:
Why would we want to remove this?
Because it is causing a 20x increase in output size for reasons not
understood. It's either removing this and running for the collaboration
with the rest, or running a November production woth only 4% of the
statistics.
Once the problem is understood and fixed (which could be tonight or
tomorrow), we can enable it again.
—
Reply to this email directly, view it on GitHub
<#1681 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADABSFYJXKUG7BVXK6Q5BH32CZZKLAVCNFSM6AAAAABSUADPA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBVGEYTANJUHA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay to take out for now - hopefully we can figure out what is going on with it.
Briefly, what does this PR introduce?
Remove MCParticlesHeadOnFrameNoBeamFX from default output collections list to prevent file size explosion. See issue#812 on epic.
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
Does this PR change default behavior?