Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.22 KB

File metadata and controls

37 lines (25 loc) · 1.22 KB

Profiling Knora

To run Knora with profiling, we first need to build the application. Please run the following from the top knora folder:

$ sbt webapi/stage

Profiling with YourKit:

Start webapi from the knora/webapi/target/universal/stage directory with the following command:

$ ./bin/webapi -J-agentpath:/Applications/YourKit-Java-Profiler-2018.04.app/Contents/Resources/bin/mac/libyjpagent.jnilib -J-Xms1G -J-Xmx1G

Now start the YourKit Profiler and connect to the Main process.