Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript heap out of memory #1006

Open
maximegheraille opened this issue Dec 22, 2023 · 0 comments
Open

JavaScript heap out of memory #1006

maximegheraille opened this issue Dec 22, 2023 · 0 comments

Comments

@maximegheraille
Copy link

maximegheraille commented Dec 22, 2023

Hi,

I have a very strange behavior with the cypress/factory:latest image (cypress 13.6.0)

ARG CHROME_VERSION='120.0.6099.109-1'

FROM cypress/factory:latest

WORKDIR .

RUN npm install -g pnpm

COPY package.json pnpm-lock.yaml ./

RUN pnpm install --frozen-lockfile

RUN pnpm exec playwright install --with-deps webkit

COPY . .

I keep getting this error when it run the first test.

image

It works fine when using WORKDIR /opt/app and COPY . /opt/app,
I am not sure if I am doing something wrong or if this is a real issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants