commit | a938cf0c03385bbc90792f9eeaaa91d8a123a655 | [log] [tgz] |
---|---|---|
author | Adam Barth <abarth@fuchsia.infra.roller.google.com> | Thu Dec 12 16:31:31 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Dec 12 16:32:55 2024 -0800 |
tree | 433df387ac9d6ae064875fd8a7f22ac63bd42abb | |
parent | 9d78e8afe29d0735f2b493a21993fa8e29e7c7bb [diff] |
[roll] Roll fuchsia [starnix][kernel] Drop mpsc channel used for task init This mpsc shows up on heap profiles of the Starnix kernel, using 4.8% of total Starnix memory. However, we can drop the channel immediately after we receive the TaskBuilder object, freeing up this memory. Original-Fixed: b/383759997 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172740 Original-Revision: f174f8b69e78b0e8fad40f74937356bf6b904a75 GitOrigin-RevId: 243e9a02e36a25f6c3e28942f0dc9f43b8e4e5a2 Change-Id: I066ec39dee9d10f6a03a7c5011c5baf486c48dea
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
.