群晖使用Alist v3套件挂载夸克网盘,再使用网易爆米花观看网盘资源,但是alist不会自动释放内存,每点开一个视频内存占用率就会上升,即使是同一个视频,直到98%,且一直不会被释放,除非重启套件或者是重启系统 #6588
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issues Similarity Analysis | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
similarity-analysis: | |
runs-on: ubuntu-latest | |
steps: | |
- name: analysis | |
uses: actions-cool/issues-similarity-analysis@v1 | |
with: | |
filter-threshold: 0.5 | |
comment-title: '### See' | |
comment-body: '${index}. ${similarity} #${number}' | |
show-footer: false | |
show-mentioned: true | |
since-days: 730 |