ktba
ktba copied to clipboard
we must not use disk_cache
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 Report
Merging #32 (fe540b8) into master (b350ae5) will decrease coverage by
0.20%
. The diff coverage is75.00%
.
@@ 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.