You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:05:07 UTC

[jira] [Closed] (GEODE-6582) Performance Improvement: get max message size once

     [ https://issues.apache.org/jira/browse/GEODE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dick Cavender closed GEODE-6582.
--------------------------------

> Performance Improvement: get max message size once
> --------------------------------------------------
>
>                 Key: GEODE-6582
>                 URL: https://issues.apache.org/jira/browse/GEODE-6582
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Helena Bales
>            Assignee: Helena Bales
>            Priority: Major
>              Labels: performance-benchmark
>             Fix For: 1.10.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The max message size in Message.java does not change over the course of runtime, and yet was being recalculated with every new message received. Make this value static and only calculate it once to improve the performance of messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)