commit | 69b89bb1cf1a16e777c60586463a937d887bb83f | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Mon Sep 16 21:04:32 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 16 14:06:02 2024 -0700 |
tree | 82cf4819816c65534a7646d655e85e259a0d3474 | |
parent | a2cceb53acbfa15c2bfcffae3262554fe2301def [diff] |
[roll] Roll fuchsia [superproject] Roll scudo [scudo] Update secondary cache time-based release logic (#107507) Secondary cache entries are now released to the OS from least recent to most recent entries. This helps to avoid unnecessary scans of the cache since entries ready to be released (specifically, entries that are considered old relative to the configurable release interval) will always be at the tail of the list of committed entries by the LRU ordering. For this same reason, the `OldestTime` variable is no longer needed to indicate when releases are necessary so it has been removed. GitOrigin-RevId: f815d99c7e72b4b68b5c7d56af71dd58d35b1811 Original-Revision: dec553452e757a89467b5aaebcd759bc0ebdb0c5 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1118340 Original-Revision: 6aba85559de80dc57c815a455481ce2b91abf3be Change-Id: I76ce147b45756395e5810ab3e0391f8d692e8936
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 via the IRC channel #fuchsia
on Freenode.
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
.