Monday, 10 August 2015

How can I set JVM property to many JVMs at once?

This from developerWorks Answers: -


is absolutely going to be of use at some point quite soon, so I'm cross-posting it here as an aide memoire.


2 comments:

Christoph said...

You can use https://github.com/stoeps13/ibmcnx2/blob/master/ibmcnx/config/JVMHeap.py this script asks you for each node and application server to provide initial and maximumHeap.

Dave Hay said...

Christoph, thanks for this. I'll check it out .... Cheers, Dave

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...