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

[BUG] encounter EMFILE: too many open files error during building process #9748

Open
1 task done
CodeAunt opened this issue May 6, 2024 · 5 comments
Open
1 task done
Assignees
Labels
Bug Something isn't working Triage Awaiting team acknowledgement

Comments

@CodeAunt
Copy link

CodeAunt commented May 6, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Product

Trade

Current Behavior

✓ Linting and checking validity of types
✓ Creating an optimized production build
✓ Compiled successfully
Collecting page data ..Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
Collecting page data ...Datadog Browser SDK: Client Token is not configured, we will not send any data.
Datadog Browser SDK: Client Token is not configured, we will not send any data.
✓ Collecting page data
[Error: EMFILE: too many open files, open '/Users//pancake-frontend/apps/web/.next/server/chunks/quote-worker.js'] {
errno: -24,
code: 'EMFILE',
syscall: 'open',
path: '/Users/
/pancake-frontend/apps/web/.next/server/chunks/quote-worker.js'
}
Generating static pages (55/94) [ ]
 ELIFECYCLE  Command failed with exit code 1.

Expected Behavior

Finish the building process

Steps To Reproduce

  1. using node 18.7(tried 20.7, 16.13) and the Environment below
  2. run pnpm i
  3. run pnpm build or cd apps/web and then run pnpm build

Environment

- Device: Macbook M1 Pro
- OS: MacOS Ventura 13.2.1
- Browser: *
- Wallet: *

Anything else?

Might related to Next.js #Issue 64066

@CodeAunt CodeAunt added Bug Something isn't working Triage Awaiting team acknowledgement labels May 6, 2024
@CodeAunt CodeAunt changed the title [BUG] <title> encounter EMFILE: too many open files error during building process [BUG] encounter EMFILE: too many open files error during building process May 6, 2024
@PancakeSwap-bot
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

4 similar comments
@PancakeSwap-bot
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

@PancakeSwap-bot
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

@PancakeSwap-bot
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

@PancakeSwap-bot
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Awaiting team acknowledgement
Projects
None yet
Development

No branches or pull requests

3 participants