• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

DockerfileD23-Nov-20234.1 KiB8250

README.mdD23-Nov-2023394 85

build.shD23-Nov-20239.3 KiB258172

image_filter_deserialize_width.optionsD23-Nov-202357 44

json.dictD23-Nov-2023415 5245

project.yamlD23-Nov-2023541 2322

README.md

1When bench testing image_filter_deserialize, it may be useful to have
2malloc_limit_mb = 500, and timeout = 10 to find actionable OOM culprits sooner.
3
4When reproducing, add -malloc_limit_mb=100 -rss_limit_mb=0 after the
5repro_test to locate where big memory allocations are happening.
6
7    python infra/helper.py reproduce skia image_decode ~/Downloads/foo -malloc_limit_mb=100 -rss_limit_mb=0
8