Hello. I have a problem.
I made 18GB size ncu-rep report file using ncu profiler.
When the gui window opened, the message "loading ncu-rep file " printed below.
… And then a few seconds later, the window automatically closed.
There is no output error log on my terminal.
What should I do?
If you want additional information, I’ll update it.
It should work if your machine has enough RAM to hold the full report in memory. With an 18GB report, you would probably need 64+GB free host memory and wait an hour or so to load.
The application closing is the init system/kernel killing the process because it’s OOM’ing.
This would be logged in the output for dmesg or journalctl -k.
You’d better filter during collection to obtain a targeted report, or load it via the CLI or Python Report Interface for automated analysis.