-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fleet] Chunk asset installation during package install (#189045)
**Resolves: #189043 ## Summary This PR limits the number of saved objects installed in a single request. During saved object installation a lot of auxiliary objects are created in memory. Chunking allows for the garbage collection of memory objects that are not needed for response. **Memory consumption before** ![Screenshot 2024-07-12 at 12 44 58](https://github.com/user-attachments/assets/2c7bb609-f107-46bd-bd98-43a0c58107e8) **After** ![Screenshot 2024-07-18 at 11 53 30](https://github.com/user-attachments/assets/ff6529dd-033e-4c2b-9630-0a2ea3927c21)
- Loading branch information
Showing
1 changed file
with
103 additions
and
76 deletions.
There are no files selected for viewing
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