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
This is a request to update to update to concurrentlinkedhashmap library to 1.4.2. Currently OrientDB 2.1.12 ships with 1.4.1. This version has a bug in it that consumes large amounts of memory when high CPU count.
Also, please consider completely disabling the profiler and not allocating any objects for it when profiler.enabled is set to false so avoid using any memory allocated by concurrentlinkedhashmap implementation.
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered:
OrientDB Version, operating system, or hardware.
Operating System
All (especially solaris(
Expected behavior and actual behavior
This is a request to update to update to concurrentlinkedhashmap library to 1.4.2. Currently OrientDB 2.1.12 ships with 1.4.1. This version has a bug in it that consumes large amounts of memory when high CPU count.
Here is link to bug:
ben-manes/concurrentlinkedhashmap#43
This class is used by OProfilerStub.
Also, please consider completely disabling the profiler and not allocating any objects for it when profiler.enabled is set to false so avoid using any memory allocated by concurrentlinkedhashmap implementation.
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: