Hi,
I'm trying to analyze performance of Android application using Arm Performance Adviser tool. I have a capture file generated from Streamline, then in terminal navigating to directory where package extracted and run 'pa capture.apc' command but have an error:
" Improperly specified VM option 'MaxRAMPercentage=75.0'
Pa:
Failed to create the Java Virtual Machine. "
Also I have the same error for pa --help command.
Could you please advise how to resolve this issue.
Thanks,
Dmitry
Replacing XX:MaxRAMPercentage=75.0" with "-Xmx8g" in pa.ini file helped to solve this issue.
Thanks a lot for your help!
Best,