real-debrid-downloader/src
Sucukdeluxe 27d75153b9 Boost hybrid extraction speed: G1GC, more threads, larger heap
- Switch JVM GC from SerialGC to G1GC with MaxGCPauseMillis=50
  for shorter pause times in long-lived daemon
- Increase JVM heap from 512m/8g to 1g/32g to reduce GC pressure
  on systems with plenty of RAM
- Raise hybrid thread cap from floor(cpuCount/2) capped 8
  to ceil(cpuCount*0.75) capped 12 — downloads are I/O-bound
  and don't need much CPU headroom
- Refresh daemon process priority before each request so hybrid
  extraction gets correct CPU priority even if daemon was started
  with a different priority level

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 00:02:59 +01:00
..
main Boost hybrid extraction speed: G1GC, more threads, larger heap 2026-03-08 00:02:59 +01:00
preload Release v1.7.1 2026-03-07 03:52:41 +01:00
renderer Add shift-click range selection for downloads list 2026-03-07 20:18:27 +01:00
shared Encrypted backup system + hide extracted items in package list 2026-03-07 16:44:21 +01:00