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
call dbms.queryJmx('java.lang:type=Memory') yield attributes
with attributes.HeapMemoryUsage as heap
with heap.value.properties as heapProps
return heapProps.init as init, heapProps.used as used, heapProps.max as max;
Putting this into ASCIITable yields the wrong result. It should probably call neo4j.int() on those nested types. This is an oddity of the JS driver, because numeric coverage in JS doesn't match longs in java.
Example query:
Putting this into ASCIITable yields the wrong result. It should probably call neo4j.int() on those nested types. This is an oddity of the JS driver, because numeric coverage in JS doesn't match longs in java.
The text was updated successfully, but these errors were encountered: