Skip to content

Commit

Permalink
Merge pull request #84 from KPMP/KPMP-4254_Memory_Leak_Master
Browse files Browse the repository at this point in the history
Kpmp 4254 memory leak master
  • Loading branch information
rlreamy authored May 2, 2023
2 parents c98a86d + d54c8f4 commit de0301f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'io.spring.dependency-management'

jar {
baseName='pegasus-data'
version= '1.7'
version= '1.6.3'
}

repositories {
Expand Down
9 changes: 8 additions & 1 deletion src/main/resources/hazelcast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ hazelcast:
network:
join:
multicast:
enabled: true
enabled: true
map:
default:
in-memory-format: BINARY
eviction:
eviction-policy: LFU
max-size-policy: USED_HEAP_PERCENTAGE
size: 25

0 comments on commit de0301f

Please sign in to comment.