Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 2GB of memory for the Frontend (UI) / Node.js.  Highly active sites will need more.
  • 1GB of memory for the Backend (REST API) / JVM / Tomcat. Highly active sites will need more.
  • 512MB of memory for PostgreSQL database. Highly active sites will need more.
  • 512MB of memory for Solr. Highly active sites may need more.
  • Extra memory may be required for command line scripts (which get kicked off in a separate JVM)

Keep in mind, because the frontend & backend can be run on separate servers, you can split this memory across two (or more) servers.  You can even choose to run PostgreSQL or Solr either alongside the backend or on their own dedicated server.

Performance Tuning the Frontend (UI)

...