mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 23:55:36 +00:00
perf: memory leak (#5370)
* perf: memory leak * perf: workflow share buffer;Circle checker;Get file from stream * doc * remove report.md
This commit is contained in:
18
document/content/docs/upgrading/4-11/4112.mdx
Normal file
18
document/content/docs/upgrading/4-11/4112.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 'V4.11.2'
|
||||
description: 'FastGPT V4.11.2 更新说明'
|
||||
---
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 优化 3 处存在潜在内存泄露的代码。
|
||||
2. 优化工作流部分递归检查,避免无限递归。
|
||||
3. 优化文档阅读 Worker,采用 ShareBuffer 避免数据拷贝。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. Doc2x API 更新,导致解析失败。
|
||||
|
||||
## 🔨 工具更新
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "4.11.x",
|
||||
"description": "",
|
||||
"pages": ["4111", "4110"]
|
||||
"pages": ["4112", "4111", "4110"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user