equal
deleted
inserted
replaced
135 \ -Xmn<size> sets the initial and maximum size (in bytes) of the heap\n\ |
135 \ -Xmn<size> sets the initial and maximum size (in bytes) of the heap\n\ |
136 \ for the young generation (nursery)\n\ |
136 \ for the young generation (nursery)\n\ |
137 \ -Xms<size> set initial Java heap size\n\ |
137 \ -Xms<size> set initial Java heap size\n\ |
138 \ -Xmx<size> set maximum Java heap size\n\ |
138 \ -Xmx<size> set maximum Java heap size\n\ |
139 \ -Xnoclassgc disable class garbage collection\n\ |
139 \ -Xnoclassgc disable class garbage collection\n\ |
140 \ -Xprof output cpu profiling data (deprecated)\n\ |
|
141 \ -Xrs reduce use of OS signals by Java/VM (see documentation)\n\ |
140 \ -Xrs reduce use of OS signals by Java/VM (see documentation)\n\ |
142 \ -Xshare:auto use shared class data if possible (default)\n\ |
141 \ -Xshare:auto use shared class data if possible (default)\n\ |
143 \ -Xshare:off do not attempt to use shared class data\n\ |
142 \ -Xshare:off do not attempt to use shared class data\n\ |
144 \ -Xshare:on require using shared class data, otherwise fail.\n\ |
143 \ -Xshare:on require using shared class data, otherwise fail.\n\ |
145 \ -XshowSettings show all settings and continue\n\ |
144 \ -XshowSettings show all settings and continue\n\ |