Skip to content

Instantly share code, notes, and snippets.

@grantpullen
Created May 30, 2019 09:33
Show Gist options
  • Save grantpullen/92cbf37f2d41bd07ba2de5d0ff67db90 to your computer and use it in GitHub Desktop.
Save grantpullen/92cbf37f2d41bd07ba2de5d0ff67db90 to your computer and use it in GitHub Desktop.
Change core-threads count in wildfly via cli

/opt/wildfly/bin/jboss-cli.sh -c

/subsystem=ee/managed-executor-service=default:write-attribute(name=core-threads,value=16)

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