Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ca-ryanjohn-velasco opened this issue May 28, 2024 · 1 comment
Open

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

ca-ryanjohn-velasco opened this issue May 28, 2024 · 1 comment
Assignees
Labels
bug bug community community Effort - Unknown Effort - Unknown Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew Severity - S1 Severity - S1

Comments

@ca-ryanjohn-velasco
Copy link

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 antejavor added Severity - S1 Severity - S1 Effort - Unknown Effort - Unknown community community Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew labels May 28, 2024
@antejavor
Copy link

antejavor commented May 28, 2024

Hi @ca-ryanjohn-velasco,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug community community Effort - Unknown Effort - Unknown Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew Severity - S1 Severity - S1
Projects
Development

No branches or pull requests

3 participants