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

we must not use disk_cache #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ErwanMAS
Copy link

@ErwanMAS ErwanMAS commented Nov 26, 2020

During my usage , many instances crashed , i was using disk cache .

the setting is here => Edit / Preferences / system / video sequencer / use_disk_cache

This was not design to be access by multiple process

And i add a safety on the memory cache size ,so all workers will not consume all RAM , if you have set a agressive value

@codecov-io
Copy link

Codecov Report

Merging #32 (fe540b8) into master (b350ae5) will decrease coverage by 0.20%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   99.79%   99.58%   -0.21%     
==========================================
  Files           1        1              
  Lines         477      481       +4     
==========================================
+ Hits          476      479       +3     
- Misses          1        2       +1     
Impacted Files Coverage Δ
scripts/addons/parallel_render.py 99.58% <75.00%> (-0.21%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b350ae5...fe540b8. Read the comment docs.

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.

None yet

3 participants