[ 
https://issues.apache.org/jira/browse/GEODE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812776#comment-16812776
 ] 

ASF subversion and git services commented on GEODE-6582:
--------------------------------------------------------

Commit 2fc1d7244181790aebbf86f095b2786c884901e7 in geode's branch 
refs/heads/develop from Helena A. Bales
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2fc1d72 ]

GEODE-6582: get max message size only once

The max message size did not change over the course of execution but was
being re-fetched every time a new message was constructed. To improve
message performance, this value is now static and fetched only once.


> 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
>          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
(v7.6.3#76005)

Reply via email to