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

ci: easy wins for e2e speed #2788

Closed
wants to merge 26 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
temp add NODE_OPTIONS="--max-old-space-size=8192"
  • Loading branch information
Kiryous committed Dec 10, 2024
commit 2b59576dc152145cf223463a949a289df91681c8
2 changes: 1 addition & 1 deletion docker/Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV NEXT_TELEMETRY_DISABLED 1

# If using npm comment out above and use below instead
ENV API_URL http://localhost:8080
RUN npm run build
RUN NODE_OPTIONS="--max-old-space-size=8192" npm run build


# Production image, copy all the files and run next
Expand Down
Loading