mage icon indicating copy to clipboard operation
mage copied to clipboard

[BUG] Out of memory exception with a 4GB db

Open ca-ryanjohn-velasco opened this issue 1 year ago • 1 comments

Describe the bug We assigned 16GB memory for a 4Gb db. It works when we are doing CRUD but when calling the "schema.rel_type_properties()" the memory suddenly spiked up.

To Reproduce Steps to reproduce the behavior: Run the following query : CALL schema.rel_type_properties() YIELD relType, mandatory, propertyName, propertyTypes RETURN relType, mandatory, propertyName, propertyTypes;

image memgraph_2024-05-28.log

ca-ryanjohn-velasco avatar May 28 '24 06:05 ca-ryanjohn-velasco

Hi @ca-ryanjohn-velasco,

Thanks for digging this out 🙇 . We will look into this.

antejavor avatar May 28 '24 08:05 antejavor