[BUG] Out of memory exception with a 4GB db #476
Labels
bug
bug
community
community
Effort - Unknown
Effort - Unknown
Frequency - EveryTime
Frequency - EveryTime
Reach - VeryFew
Reach - VeryFew
Severity - S1
Severity - S1
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;
memgraph_2024-05-28.log
The text was updated successfully, but these errors were encountered: