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

Turbopack Tracing: show memory consumption #8020

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

sokra
Copy link
Member

@sokra sokra commented Apr 23, 2024

Description

show allocated memory while loading to allow finding peek memory.

Testing Instructions

Closes PACK-2989

Copy link

vercel bot commented Apr 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview Apr 23, 2024 6:12am
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2024 6:12am
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am
examples-designsystem-docs ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am
examples-gatsby-web ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am
examples-kitchensink-blog ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am
examples-native-web ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am
examples-svelte-web ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am
examples-tailwind-web ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am
examples-vite-web ⬜️ Ignored (Inspect) Apr 23, 2024 6:12am

Copy link
Contributor

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

⚠️ This change may fail to build next-swc.

Logs

packages/next-swc/crates/next-core/src/next_font/google/mod.rs:159:13: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
packages/next-swc/crates/next-core/src/next_font/google/mod.rs:290:13: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
packages/next-swc/crates/next-core/src/next_font/google/mod.rs:340:13: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
packages/next-swc/crates/next-core/src/next_font/local/mod.rs:131:13: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
packages/next-swc/crates/next-core/src/next_font/local/mod.rs:209:13: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
packages/next-swc/crates/next-core/src/next_font/local/mod.rs:262:13: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
packages/next-swc/crates/next-core/src/next_shared/resolve.rs:77:16: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
packages/next-swc/crates/next-core/src/next_shared/resolve.rs:418:16: �[38;5;9merror[E0027]: pattern does not mention field `fragment`
error: could not compile `next-core` (lib) due to 8 previous errors

See job summary for details

Copy link
Contributor

github-actions bot commented Apr 23, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@sokra sokra merged commit 08aa2be into main Apr 23, 2024
47 of 50 checks passed
@sokra sokra deleted the sokra/heaptrack-show-memory branch April 23, 2024 13:09
kdy1 pushed a commit to vercel/next.js that referenced this pull request Apr 30, 2024
* vercel/turborepo#8020 <!-- Tobias Koppers - Turbopack Tracing: show memory consumption -->
* vercel/turborepo#8029 <!-- Will Binns-Smith - Remove `can_be_in_same_chunk` -->
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
### Description

show allocated memory while loading to allow finding peek memory.

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes PACK-2989
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

show allocated memory while loading to allow finding peek memory.

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes PACK-2989
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

show allocated memory while loading to allow finding peek memory.

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes PACK-2989
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
### Description

show allocated memory while loading to allow finding peek memory.

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes PACK-2989
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 16, 2024
* vercel/turborepo#8020 <!-- Tobias Koppers - Turbopack Tracing: show memory consumption -->
* vercel/turborepo#8029 <!-- Will Binns-Smith - Remove `can_be_in_same_chunk` -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants