Package.json causing Java heap space error

hi @saberduck ,

package.json

{
  "author": {
    "name": "Yuta Imaya"
  },
  "contributors": {
    "name": "Yuta Imaya",
    "email": "imaya.devel@gmail.com"
  },
  "name": "zlibjs",
  "description": "zlib, gzip and zip implementation in JavaScript",
  "version": "0.1.6",
  "main": "./bin/node-zlib.js",
  "homepage": "https://github.com/imaya/zlib.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/imaya/zlib.js.git"
  },
  "dependencies" : {
    "buster" : ">=0.6.3"
  },
  "devDependencies": {},
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "scripts" : {
    "test" : "node_modules/.bin/buster-test"
  }
}

Our buildserver contains 32gb RAM, and we have allocated 7GB of ram to the docker container which runs the analysis. I’ve tried setting the size of the heap up to -Xm4 but no luck

Yes we do have symlinks but not sure if they could cause any loops