diff --git a/changelog.md b/changelog.md index c078531..6ff614a 100644 --- a/changelog.md +++ b/changelog.md @@ -4,10 +4,20 @@ Brief summary of what's in this release: ### Breaking changes -Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work. + ### Non-breaking changes -Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc. + + +## Release 2.5 (10/3/2024) +- Java upgrade + + +### Breaking changes +None + +### Non-breaking changes +None ---- diff --git a/src/main/resources/hazelcast.yaml b/src/main/resources/hazelcast.yaml index 8b17b78..385a784 100755 --- a/src/main/resources/hazelcast.yaml +++ b/src/main/resources/hazelcast.yaml @@ -2,4 +2,11 @@ hazelcast: network: join: multicast: - enabled: true \ No newline at end of file + enabled: true + map: + default: + in-memory-format: BINARY + eviction: + eviction-policy: LFU + max-size-policy: USED_HEAP_PERCENTAGE + size: 25 \ No newline at end of file