mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -05:00
- Added config options in lib/conf.py: enable_parallel_processing (default: True) and parallel_min_free_ram_gb (default: 2) - Replaced simple 2x RAM check with intelligent calculation of max parallel instances - System now considers available RAM, VRAM, and maintains minimum free RAM - Supports creating multiple parallel instances (not just 2) based on available resources - One GPU instance + additional CPU instances as RAM allows Co-authored-by: DrewThomasson <126999465+DrewThomasson@users.noreply.github.com>