ERROR Invalid memory configuration - exceeds physical memory after upgrading to Neo4j 4.2.2 enteprise

After upgrading to 4.2.2 enterprise from neo4j 4.1.6 enterprise, my neo4j database fail starting with the following error message:

ERROR Invalid memory configuration - exceeds physical memory.

Will after running neo4j-admin memrec --memory=1.5G i got the following configuration for memory management:

dbms.memory.heap.initial_size=409m
dbms.memory.heap.max_size=409m
dbms.memory.pagecache.size=283m

Here are informations related my current environnement:

  • Jelastic + Docker Image (Docker)
  • Debian 10
  • neo4j 4.2.2 enterpise (with apoc 4.2.0)

Can you help me on that ?