How do you set a JVM parameter property on a cloud node?

0
How do you set a JVM parameter property on a cloud node? I found the "Extra JVM parmeters" section in the modeler, but I need to set similar values on the test and production cloud nodes. Is there any way to do this outside of calling "System.setProperty()" in an on-startup microflow?
asked
1 answers
0

For security reasons, we don't allow you to set just any JVM parameter. If you need to set a property, using a java action would be the way to go.

This sounds like something you could easily generalize, any chance that you'd be interested in creating an appstore module for this?

answered