[roll] Roll fuchsia Revert "[fxfs] Reduce the TreeCache size"

This reverts commit 95248a5df854e257f6f30773d1880cfe714ed3cd.

Reason for revert: Regressed benchmarks more than expected.

Original change's description:
> [fxfs] Reduce the TreeCache size
>
> The TreeCache is used to speed up duplicate LSMTree::find calls. These
> duplicate calls tend to happen close together so the size of the cache
> doesn't need to be very big.
>
> Original-Bug: 393365596
> Change-Id: Idd5ed0f75029f18082dee0374a06139ee7eafb15
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1207447
> Reviewed-by: Martin Lindsay <mlindsay@google.com>
> Commit-Queue: Chris Drouillard <cdrllrd@google.com>

Original-Bug: 393365596
Original-Fixed: 397740497
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1211244
Original-Revision: 407e8fa63ef20615be62103e003e6e3fc167ca94
GitOrigin-RevId: c3e2586ec0f1c68ccf9645c6090464feb5846491
Change-Id: Ic4f471fb94d0018d388776dda176cd9ce6a2f7ed
1 file changed
tree: 6afe30d7815dcfd35732c432de68a722ac31aabc
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.