Skip to content

Commit

Permalink
👻 address juanma's feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed Dec 13, 2024
1 parent 7c9264c commit 256f94a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ func (p *javaProvider) Init(ctx context.Context, log logr.Logger, config provide
"-Djava.net.useSystemProxies=true",
"-configuration", "./",
"-data", workspace,
//"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:1044",
}

if val, ok := config.ProviderSpecificConfig[JVM_MAX_MEM_INIT_OPTION].(string); ok && val != "" {
Expand Down

0 comments on commit 256f94a

Please sign in to comment.