Skip to content

Improve build performance for ec2#171

Merged
nathan-weinberg merged 1 commit intomainfrom
improve-build-performance
Jul 27, 2025
Merged

Improve build performance for ec2#171
nathan-weinberg merged 1 commit intomainfrom
improve-build-performance

Conversation

@devinmatte
Copy link
Member

Motivation

Builds were failing and running out of memory in ec2

Changes

  • Slightly improves build performance

Testing Instructions

@github-actions github-actions bot added dependencies Pull requests that update a dependency file frontend Change to frontend code labels May 8, 2025
const nextConfig: NextConfig = (phase: string) => {
return {
// Disable compression to avoid memory issues
compress: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How much does this increase the size of RRE page loads? Is it tenable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I was testing earlier it was measuring in kbs, so I suspect minimal

@nathan-weinberg
Copy link
Member

Can always revert if this doesn't help

@nathan-weinberg nathan-weinberg merged commit fdfaa14 into main Jul 27, 2025
3 checks passed
@nathan-weinberg nathan-weinberg deleted the improve-build-performance branch July 27, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend Change to frontend code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants