Skip to content

Commit

Permalink
Update modargs.py
Browse files Browse the repository at this point in the history
Removing some paths that were too real.
  • Loading branch information
ozmodiar192 authored Feb 2, 2020
1 parent 36c6f93 commit 939fc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblogic11/modargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


#This list of arguments is for demonstration and testing only, some of these I just made up. This will break if you use it. If you only want to delete args, leave new_arguments blank.
new_arguments = "-Xms8192m -Xmx8g -XX:MaxPermSize=2048m -Dweblogic.diagnostics.DisableDiagnosticRuntimeControlService=true -DSomeargument -Dweblogic.debug.DebugClusterFragments=true -Dweblogic.debug.DebugClusterSomethingElse=true -XX:FlightRecorderOptions=defaultrecording=true,disk=true,repository=/opt/app/weblogic/atg/domains/darden_production/servers/Darden-app-203/logs/flightrecords/,maxage=3h,dumponexit=true,dumponexitpath=/opt/app/weblogic/atg/domains/darden_production/servers/Darden-app-203/logs/flightrecords/"
new_arguments = "-Xms8192m -Xmx8g -XX:MaxPermSize=2048m -Dweblogic.diagnostics.DisableDiagnosticRuntimeControlService=true -DSomeargument -Dweblogic.debug.DebugClusterFragments=true -Dweblogic.debug.DebugClusterSomethingElse=true -XX:FlightRecorderOptions=defaultrecording=true,disk=true,repository=/some/path,maxage=3h,dumponexit=true,dumponexitpath=/some/path"
#new_arguments = ""

# These are arguments you want to remove from the environment. You can leave this blank if you're only adding arguments. The functionality to nuke arguments based on the key only, although you could use the value if you wanted.
Expand Down

0 comments on commit 939fc93

Please sign in to comment.