quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

fix oom. if config resendRequestChunkSize. Loading data is batch

Open wajncn opened this issue 1 year ago • 2 comments
trafficstars

Fixes #778

If the amount of data is particularly large 。

ResetOnLogon=N
ResetOnLogout=N
ResetOnDisconnect=N
ResetOnError=N

in quickfixj-initiator delete local quickfixj file。 restart quickfixj-acceptor OOM (If there is no excessive memory)

need config

ResendRequestChunkSize=1000

Can solve this problem

wajncn avatar Mar 18 '24 10:03 wajncn

Can merge that pr?

wajncn avatar Mar 19 '24 16:03 wajncn

@chrjohn oh~, you see see

wajncn avatar Mar 31 '24 11:03 wajncn