commit | f70f5eac28d29a195017c7e51fefe46d919c338a | [log] [tgz] |
---|---|---|
author | Casey Dahlin <sadmac@fuchsia.infra.roller.google.com> | Thu Dec 12 12:27:41 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Dec 12 12:29:17 2024 -0800 |
tree | eea999e3d89cc8ae070c3bc9423bedb4005fdad2 | |
parent | 00a7f89b4f406361d14e303fa3566fe1512dbd68 [diff] |
[roll] Roll fuchsia [overnet] Trim circuit stream buffers VecDeque like most dynamic array based data structures doesn't deallocate memory when it shrinks. For bursty Overnet workloads that can leave us holding a big chunk of memory and doing nothing with it. This will prevent the buffer in a stream from ever being more than a page larger than the actual content. Original-Fixed: b/379623288 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1167754 Original-Revision: af794953e7296c7d53fa6780f59febf8573e6d5f GitOrigin-RevId: 6c84b6af7ed045822833543389975dc640aeb4e1 Change-Id: I3139908dd54f944e56fb3da328609e27ec63c867
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.