nizhikov commented on a change in pull request #8630:
URL: https://github.com/apache/ignite/pull/8630#discussion_r554921052
##########
File path: docs/_docs/starting-nodes.adoc
##########
@@ -213,6 +213,28 @@ You can also pass JVM options by using the `-J` prefix:
----
./ignite.sh -J-Xmx6G -J-DIGNITE_TO_STRING_INCLUDE_SENSITIVE=false
----
+
+== Ignite Internal Settings
+Ignite provide more then hundred internal flags to tweak som apects of the
node behavior.
+You can see all flags, their descriptions and default values with the
following command:
+
+[source, shell]
+----
+./ignite.sh -systemProps
+----
+
+Example of the output:
+
+[source, text]
+$ ./bin/ignite.sh -systemProps
+IGNITE_AFFINITY_HISTORY_SIZE - [Integer]
Maximum size for affinity assignment history. Default is 25.
Review comment:
But this is just an example of console output.
There is no formatting in the console.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]