Skip to content

Conversation

@bearded-cat
Copy link

If the intention was to have this option active, using the -XX: would be appropriate.

$ java -XX:+PrintFlagsFinal -D-XX:SoftRefLRUPolicyMSPerMB=36000 -version | grep SoftRef
     intx SoftRefLRUPolicyMSPerMB                  = 1000                                      {product} {default}

$ java -XX:+PrintFlagsFinal -XX:SoftRefLRUPolicyMSPerMB=36000 -version | grep SoftRef
     intx SoftRefLRUPolicyMSPerMB                  = 36000                                     {product} {command line}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant