Search code examples
memgraphdb

How can I resize me project on Memgraph Cloud?


How can I make my instance deployed on Memgraph Cloud larger? I didn't expect that I'll need to ingest so much data from connected IoT sensors. Now I need to increase the memory size since I'm afraid that I'll reach the limit pretty soon.


Solution

  • There is an answer in the Memgraph Cloud documentation: https://memgraph.com/docs/getting-started/install-memgraph/memgraph-cloud#resize-a-project

    When your project becomes to big for the current compute, upgrade it:

    1. Back up the project by creating a snapshot.
    2. Clone the project to a bigger project.
    3. Delete the smaller project.