You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everyone already knows about this issue, but I wanted to make sure it's in the issue tracker. I'm getting OOM kills using 6gb max memory for java (7gb for the box, any more and it crashes my system). I'm not sure if it's a matter of closing database objects after we're done using them, but it's a serious barrier at the moment and it needs to be fixed.
MySQL is showing the lions share spent in VisualVM, is there anything I can do to hunt this memory leak down myself?
The text was updated successfully, but these errors were encountered:
Everyone already knows about this issue, but I wanted to make sure it's in
the issue tracker. I'm getting OOM kills using 6gb max memory for java (7gb
for the box, any more and it crashes my system). I'm not sure if it's a
matter of closing database objects after we're done using them, but it's a
serious barrier at the moment and it needs to be fixed.
MySQL is showing the lions share spent in VisualVM, is there anything I
can do to hunt this memory leak down myself?
—
Reply to this email directly or view it on GitHub #91.
Load up the vagrant box at some point and see for yourself, you can adjust up the memory requirement from the current 6gb in the Vagrantfile but right now it'll get killed at around 300 of 500 schematics loaded (not even built into the grid).
Everyone already knows about this issue, but I wanted to make sure it's in the issue tracker. I'm getting OOM kills using 6gb max memory for java (7gb for the box, any more and it crashes my system). I'm not sure if it's a matter of closing database objects after we're done using them, but it's a serious barrier at the moment and it needs to be fixed.
MySQL is showing the lions share spent in VisualVM, is there anything I can do to hunt this memory leak down myself?
The text was updated successfully, but these errors were encountered: