[zeromq-dev] Potential Memory Leak in JZMQ 2.x.x running on top of ZeroMQ 3.2.3 for Multicast Publishing?
Parag Patel
Parag.Patel at fusionts.com
Tue Jun 18 13:43:09 CEST 2013
Does the window size default to 10 seconds only for Java?
From: zeromq-dev-bounces at lists.zeromq.org [mailto:zeromq-dev-bounces at lists.zeromq.org] On Behalf Of Steven McCoy
Sent: Tuesday, June 18, 2013 7:05 AM
To: ZeroMQ development list
Subject: Re: [zeromq-dev] Potential Memory Leak in JZMQ 2.x.x running on top of ZeroMQ 3.2.3 for Multicast Publishing?
On 17 June 2013 18:30, Chinmay Nerurkar <Chinmay.Nerurkar at fusionts.com<mailto:Chinmay.Nerurkar at fusionts.com>> wrote:
pub.setRate(10000000);
pub.setSendBufferSize(24000000<tel:%2824000000>);
This sets a transmit speed of 10,000,000,000 bits per second.
Try a setting of 40,000 for 40mb/s.
You have not set the size of the window, it is defaulting to 10 seconds at the specified rate.
Thus your window size is 100,000,000,000 bits.
--
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130618/9a1eb54c/attachment.htm>
More information about the zeromq-dev
mailing list