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

OutOfMemoryError when making multiple insertions with remote access #4259

Closed
BrunoSupiot opened this issue Jun 1, 2015 · 4 comments
Closed
Assignees
Labels
Milestone

Comments

@BrunoSupiot
Copy link

We are currently testing multiple insertions batches, with a binary field of 18Mo size. In our scenario, we are creating 1000 objects containing this blob field. At approximatively 290 objects created, we have an OutOfMemoryError on the client size (remote access), not on the server side. This problem doesnt arrive when we are working localy (PLOCAL access). Note that we udses the OrientGraphNoTx (without transactions) access.

@prjhub prjhub added the bug label Jun 1, 2015
@lvca
Copy link
Member

lvca commented May 26, 2016

@BrunoSupiot How can I reproduce it?

@tglman
Copy link
Member

tglman commented Sep 29, 2016

hi @BrunoSupiot,

Just a simple question, did you chage the memory settings of the server ? by default the size of the server heap is 512MB it can be not enough for your case, are you doing the creation using TX or NoTX ?

@tglman tglman added this to the 2.2.x (next hotfix) milestone Sep 29, 2016
@tglman
Copy link
Member

tglman commented Nov 18, 2016

Hi @BrunoSupiot,

Did you have any change to try the suggested solution ?

Bye

@tglman
Copy link
Member

tglman commented Dec 27, 2016

hi @BrunoSupiot,

I'm going to close this, because is pending since a while, please reopen if you still have problems.

Regards

@tglman tglman closed this as completed Dec 27, 2016
@robfrank robfrank modified the milestones: 2.2.x (next hotfix), 2.2.15 Jan 16, 2017
@santo-it santo-it added question and removed bug labels Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

6 participants