Skip to content
Advertisement

Tag: jenkins

Javascript | Heap out of memory server side

I am getting error “Javascript | Heap out of memory” exeption when running our build in jenkins. We had similar issue in local and by setting node –max-old-space-size=8192 we have solved the issue. How do we get rid of the same on the server side? Answer If you are using Package.json file than try below. May be it will solve

Advertisement