Revision history of "Java command line switches"

From Simson Garfinkel
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 18:18, 11 April 2010Simson talk contribsm 196 bytes +196 Created page with '<pre> java -Xmx256m -Xms256m java -Xms<some_min_size> -Xmx<some_max_size> -Xms<size> set initial Java heap size -Xmx<size> set maximum Java heap size -Xss<size> set java thread…'