aosp12/external/oss-fuzz/projects/skia
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
Dockerfile init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
build.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
image_filter_deserialize_width.options init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
json.dict init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
project.yaml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

When bench testing image_filter_deserialize, it may be useful to have malloc_limit_mb = 500, and timeout = 10 to find actionable OOM culprits sooner.

When reproducing, add -malloc_limit_mb=100 -rss_limit_mb=0 after the repro_test to locate where big memory allocations are happening.

python infra/helper.py reproduce skia image_decode ~/Downloads/foo -malloc_limit_mb=100 -rss_limit_mb=0