Giter VIP home page Giter VIP logo

aria2-fast's Introduction

Aria2 Fast

解除线程限制,仅适用于 64 位 Windows

修改如下:

  • max-connection-per-server 默认为128,最大可能为 4294967295 (不确定)
  • piece-length 默认为1M,最小可设置为1K
  • min-split-size 默认为1M,最小可设置为1K

解释下参数含义:

  • piece-length:多线程分割文件时,每个线程分割的文件大小是这个数值的倍数。
  • min-split-size:多线程分割文件时,每个线程最小的分割文件大小,受 piece-length 限制,不能比 piece-length 更小。
  • max-connection-per-server:单服务器连接数,也就是常说的线程数,受 min-split-size 限制,实际线程数不大于 文件大小/min-split-size

补丁修改自 AUR(ArchLinux User Repository): https://aur.archlinux.org/cgit/aur.git/plain/aria2-fast.patch?h=aria2-fast

注:此版本可能会较官方版占用更多的 CPU 资源,如非必要请不要把线程数拉得太高。

aria2-fast's People

Contributors

hosxy avatar wnbh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.