memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
238 stars 23 forks source link

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

Open ca-ryanjohn-velasco opened 1 month ago

ca-ryanjohn-velasco commented 1 month ago

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

antejavor commented 1 month ago

Hi @ca-ryanjohn-velasco,

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