[roll] Roll fuchsia [memory] Compress memory snapshot to speedup transfer.

Typical snapshot is 17.5 MiB and is transferred instantly to
remote_control buffers. Then it takes some time to stream it to the host.

Compression is as fast as fidl serialization (25ms elapsed) which is small
compared to the complete snapshot process (1.96s elapsed).

Compressed snapshot is 1.2 MiB which both save memory and accelerate
transfer.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1473900
Original-Revision: faf63fbeee2af26c1e7e9f61f2e160aea27513e5
GitOrigin-RevId: f2c09f3d0dbd10b6c25ca05b250d7bba7c74ebf3
Change-Id: I766bd0cc63a82f173d812734d41a2404a03054d0
1 file changed
tree: 5f4aab7f365c7af4d4179676cc9aded62f721219
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.