Nsight @ubuntu - OOM Java heap space

Hi all,

Could you please assist with the below error using Nvidia Nsight? . I am running it on Linux but got the below java error.

Steps to reproduce:

1-. Profile the app:

$ nsys profile --stats=true <appplication>

2- Open another shell window on Linux and launch the Nvidia Nsight tool:

$ nsight -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java

3- Open the qdrep file

report1.qdrep

report2.qdrep

report3.qdrep

4-Error:

Editor could not be initialized.

Java heap space

Note: I have appended the following lines to the nvvp.ini file as described in this link but didn’t work: Out of memory during profiling

editing ${CUDA_TOOLKIT}/libnvvp/nvvp.ini and appending the following lines:
-vmargs
-Xms40m
-Xmx2G


image