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

Fixes #1

Merged
merged 8 commits into from
Mar 23, 2022
Merged

Fixes #1

merged 8 commits into from
Mar 23, 2022

Conversation

nyalldawson
Copy link
Collaborator

No description provided.

Creating the render job forces an upfront creation of an image
to store the renderer map immediately. So storing many thousands
of tasks is also storing all the images for these in memory
upfront, leading to crashes.

Instead just queue the map settings for each job, and create the
actual task when we are ready to start rendering that particular
job.

Fixes crashes when memory runs out.
@timlinux timlinux merged commit e6b4fcf into timlinux:main Mar 23, 2022
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