Skip to content
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

Server Accepts Huge Txns (e.g. 70mb) then Hits Java Heap Error #9

Open
aaj3f opened this issue Oct 24, 2023 · 0 comments
Open

Server Accepts Huge Txns (e.g. 70mb) then Hits Java Heap Error #9

aaj3f opened this issue Oct 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@aaj3f
Copy link
Collaborator

aaj3f commented Oct 24, 2023

Description

Currently, there are no limits on maximum transaction size accepted by server, but with large enough transactions, the transaction processing hits a fatal Java heap error.

I'll leave it to the team to consider how to resolve this, whether it's establishing an arbitrary threshold for transaction sizes, or trying to handle heap allocation more safely.

This ticket is somewhat related to https://github.com/fluree/core/issues/41 as we're currently forced into a pattern of submitting single large txns rather than batched, sequential txns

@aaj3f aaj3f added the bug Something isn't working label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant