Java/fr: Difference between revisions

Jump to navigation Jump to search
No change in size ,  6 years ago
Created page with "Pour voir toutes les options en ligne de commande que l'instance exécutera, utilisez l'indicateur <code>-XX:+PrintCommandLineFlags</code> comme suit : <pre> $ java -Xms256m..."
(Created page with "Ces deux paramètres peuvent toutefois être explicitement contrôlés par l'un ou l'autre des énoncés suivants ː java -Xms256m -Xmx4g -version ou java -XX:InitialHeapS...")
(Created page with "Pour voir toutes les options en ligne de commande que l'instance exécutera, utilisez l'indicateur <code>-XX:+PrintCommandLineFlags</code> comme suit : <pre> $ java -Xms256m...")
Line 50: Line 50:
   java -XX:InitialHeapSize=256m -XX:MaxHeapSize=4g -version
   java -XX:InitialHeapSize=256m -XX:MaxHeapSize=4g -version


You can see all the command line options the JVM is going to run with by specifying the following flag <code>-XX:+PrintCommandLineFlags</code>, like so:
Pour voir toutes les options en ligne de commande que l'instance exécutera, utilisez l'indicateur  <code>-XX:+PrintCommandLineFlags</code> comme suit :
<pre>
<pre>
$ java -Xms256m -Xmx4g -XX:+PrintCommandLineFlags -version
$ java -Xms256m -Xmx4g -XX:+PrintCommandLineFlags -version
rsnt_translations
56,430

edits

Navigation menu