Skip to content

Commit

Permalink
Updated prime-version
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Oct 15, 2019
1 parent ff91135 commit fd607a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

// Update version in [script/start.sh] too.
version = "1.65.0"
version = "1.65.1"

dependencies {
// interface module between prime and prime-modules
Expand Down
2 changes: 1 addition & 1 deletion prime/script/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ exec java \
-Dfile.encoding=UTF-8 \
--add-opens java.base/java.lang=ALL-UNNAMED \
--add-opens java.base/java.io=ALL-UNNAMED \
-agentpath:/opt/cprof/profiler_java_agent.so=-cprof_service=prime,-cprof_service_version=1.65.0,-logtostderr,-minloglevel=2,-cprof_enable_heap_sampling \
-agentpath:/opt/cprof/profiler_java_agent.so=-cprof_service=prime,-cprof_service_version=1.65.1,-logtostderr,-minloglevel=2,-cprof_enable_heap_sampling \
-jar /prime.jar server /config/config.yaml

0 comments on commit fd607a7

Please sign in to comment.