Aria2 CONF
1 大文件磁盘预分配需要关注,按 aria2c cmdoption-file-allocation 的记录缺省的配置为 prealloc 但这个是最慢的。falloc只能在windows + NTFS下有效, deianb + NTFS无效。考虑到下载为主的需求,选择了none,以及8M磁盘缓存。 2 webui常用: http://aria2c.com/ https://ziahamza.github.io/webui-aria2/ http://ariang.mayswind.net/latest/#!/downloading 后续: 试用trunc和ext等的格式。 来源: https://www.cnblogs.com/TanHC/p/11881658.html