Next.js Discord

Discord Forum

How to visualize next js `trace` file generated after run `yarn build`.

Unanswered
Gharial posted this in #help-forum
Open in Discord
GharialOP
there's a trace file under .next folder.

4 Replies

@Gharial there's a `trace` file under `.next` folder.
There used to be a trace-to-tree tool that can be used to visualise the trace file, but according to this https://github.com/vercel/next.js/issues/48748, you need more than that tool to do it now. So just consider that file to be an internal secret file and don’t care about it
GharialOP
Hi @joulev

Thanks for your advice.

But I need to debug OOM issue on 8GB RAM machine.
for that i cannot answer, but you might want to check out relevant issues and the issue linked above
GharialOP
Thanks 🙏