Quote:
Originally Posted by fovea1959
can you run visualvm on your driver's station and look at the JVM on the roboRIO? It has some pretty good tools for dealing with memory issues.
It's been a while since I've used it over the net, I don't remember if you need to do anything special when starting the JVM to be profiled.
|
If you do a java debug run it will run this command
Code:
env LD_PRELOAD=/lib/libstdc++.so.6.0.20 /usr/local/frc/bin/netconsole-host /usr/local/frc/JRE/bin/java -XX:+UsePerfData -agentlib:jdwp=transport=dt_socket,address=8348,server=y,suspend=y -jar /home/lvuser/FRCUserProgram.jar
That command should allow visualvm to connect to the roborio over port 8348