reqable-app icon indicating copy to clipboard operation
reqable-app copied to clipboard

[bug] macOS 上传文件内存泄露

Open zcybupt opened this issue 6 months ago • 2 comments

Describe the bug

上传大文件(3.8G)时内存泄露

To Reproduce

curl:

curl --request POST 'http://example.com/api/v1/upload' --form 'file=@"/Users/xxxx/clip_cn_vit-h-14.pt";filename="clip_cn_vit-h-14.pt";headers="Content-Type: application/octet-stream"' --form 'user_en=xxxx' --form 'desc=处理算子'

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

Information

  • Platform: macos
  • OS: 14.5
  • Arch: aarch64
  • App Version: 2.21.2 (102)

zcybupt avatar Aug 23 '24 10:08 zcybupt