elmopl / ktba

Blender addons
MIT License
56 stars 12 forks source link

we must not use disk_cache #32

Open ErwanMAS opened 3 years ago

ErwanMAS commented 3 years ago

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 commented 3 years ago

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%) :arrow_down:

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.