getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
352 stars 45 forks source link

ref(proguard): Increase in-memory cache size to 5GiB #1438

Closed loewenheim closed 2 months ago

loewenheim commented 2 months ago

In our preliminary tests with 50% load, we saw in-memory cache hit rate settle at about 50%. Thus, we increase the in-memory cache size so more proguard mappers can be kept in memory.

Further increases may follow if in-memory hit rate is still not satisfactory.