-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if config ResendRequestChunkSize arg. is didn't work,probably oom #778
Comments
|
Hi @wajncn thanks but I don't fully understand the issue and the related PR. |
If you don't change the code, endSeqNo is Max SeqNo。 FIleStore all the data is loaded。 So, change the code。 |
Suppose the store file is 3GB,100000rows。 java max heap is 2G。 if merge this issues,there wouldn't be this problem。 |
OK, starting to understand. Are you able to supply a unit test? |
I wrote it locally acceptor and initiator demo。 It meets my expectations |
|
hi ,Please help me look at this pr。 |
Thanks again for the PR. I'm looking at the issues as time permits, please be patient. :) |
how test passed ? |
?? |
oh.... |
merge ? |
Did you see my comment? |
Describe the bug
If the amount of data is particularly large 。
in quickfixj-initiator delete local quickfixj file。 restart quickfixj-acceptor OOM (If there is no excessive memory)
need config
Can solve this problem
system information:
#777
The text was updated successfully, but these errors were encountered: