Hi Laxman,
I'd actually say that a 7KB message is not very small, sounds like a normal
sized message (you're probably using java serialization?).
I'd rather recommend using a better serializer, like protobuf, or kryo etc
in order to get the message size lower than worrying about tcp chunk sizes,
until you actually do bump into performance problems related to TCP.

Is there a problem in the cluster that you have tracked back to the chunk
sizes?

On Wed, May 27, 2015 at 8:32 PM, Laxman Vemula <[email protected]> wrote:

> Hi,
>
> I am using Akka-Cluster and sending large objects over network using Akka
> IO through Tcp. The data is being cut down into very small chunks. The size
> of the data ByteString received through 'Received' message is very small
> (around 7KB). Is there any configuration setting using which I can send and
> receive larger ByteStrings at a time?
>
> Thanks,
> Laxman Vemula
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
Konrad 'ktoso' Malawski
Akka <http://akka.io/> @ Typesafe <http://typesafe.com/>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to