Skip to content

Commit

Permalink
Update the debug statement for Java 9+ (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed authored Nov 23, 2021
1 parent d7e43cb commit b134fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-api/server/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker {
'-XX:MaxGCPauseMillis=100',
'-XX:+UseStringDeduplication',
// Add for debugging, select port to match what you expect from your debugger/IDE side.
// '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005',
// '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005',

// Settings based on the cgroup limits:
// https://www.oracle.com/java/technologies/javase/8u191-relnotes.html
Expand Down

0 comments on commit b134fe7

Please sign in to comment.