Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now every artemis command uses the same JVM settings from artemis.profile. So, for example, if the settings included -Xms8G -Xmx8G for running the broker (i.e. the run command) those same settings would be used for the queue stat, consumer, producer, etc. commands as well. At best, it's overkill to use 8G of memory for these secondary commands and at worst it can actually prevent them from operating at all (e.g. if the machine is low on memory).
Add a utility profile for the commands other than 'run' to use for their own settings (and logging config, see ARTEMIS-4785)
Attachments
Issue Links
- is related to
-
ARTEMIS-4785 Isolate broker run command Log4j and profile config from other CLI commands
- Closed
- links to