mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
2555dbb30b
Soft references allow the garbage collector to collect the values referenced by soft references in case of memory pressure. Since these caches are not the source of truth for the data, it's better to remove values from the cache instead of having the process die due to OOM (not enough heap or excessive GC). Fixes DPP-561. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel |