Skip to content

Conversation

@bruceg
Copy link
Member

@bruceg bruceg commented Aug 6, 2021

The final step of running each concurrency test ends up running inkscape
to convert the SVG files into PNGs. This is a rather large program and
ends up being run in parallel once for each core, which can rapidly
exhaust memory on machines with high core counts. This moves that step
out of the parallel section.

The final step of running each concurrency test ends up running inkscape
to convert the SVG files into PNGs. This is a rather large program and
ends up being run in parallel once for each core, which can rapidly
exhaust memory on machines with high core counts. This moves that step
out of the parallel section.
@bruceg bruceg added the enhancement New feature or request label Aug 6, 2021
@bruceg bruceg requested a review from jszwedko August 6, 2021 22:49
@bruceg bruceg self-assigned this Aug 6, 2021
Copy link
Member

@jszwedko jszwedko left a comment

Choose a reason for hiding this comment

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

👍 good call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants