This repository has been archived by the owner on May 22, 2024. It is now read-only.
forked from Netflix/archaius
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollback the change to use lambdas in Config Proxies.
The use of lambdas to call default methods in Config proxy interfaces surfaced memory leaks in applications that leak configuration proxies. Because the lambdas live in the JVMs metaspace, which is often configured to a much smaller max size than the heap, the leaking proxies have a much higher chance of causing OOM errors. We are therefore rolling back this change temporarily, while we investigate a way to re-implement it in a way that reduces the issues.
- Loading branch information
1 parent
7fb804c
commit 009d343
Showing
1 changed file
with
16 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters