mage
mage copied to clipboard
[BUG] Out of memory exception with a 4GB db
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;
Hi @ca-ryanjohn-velasco,
Thanks for digging this out 🙇 . We will look into this.