This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 201745
Collapse All | Expand All

(-)a/ide/launcher/netbeans.conf (-1 / +3 lines)
Lines 3-13 Link Here
3
3
4
# Options used by NetBeans launcher by default, can be overridden by explicit
4
# Options used by NetBeans launcher by default, can be overridden by explicit
5
# command line switches:
5
# command line switches:
6
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dnetbeans.logger.console=true -J-ea -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true"
6
netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dnetbeans.logger.console=true -J-ea -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true -J-Dplugin.manager.check.updates=false"
7
# Note that default -Xmx and -XX:MaxPermSize are selected for you automatically.
7
# Note that default -Xmx and -XX:MaxPermSize are selected for you automatically.
8
# You can find these values in var/log/messages.log file in your userdir.
8
# You can find these values in var/log/messages.log file in your userdir.
9
# The automatically selected value can be overridden by specifying -J-Xmx or
9
# The automatically selected value can be overridden by specifying -J-Xmx or
10
# -J-XX:MaxPermSize= here or on the command line.
10
# -J-XX:MaxPermSize= here or on the command line.
11
# To force checking for new updates in daily builds, just remove -J-Dplugin.manager.check.updates=false. In production builds is checking
12
# for new updates enabled as default.
11
13
12
# If you specify the heap size (-Xmx) explicitly, you may also want to enable
14
# If you specify the heap size (-Xmx) explicitly, you may also want to enable
13
# Concurrent Mark & Sweep garbage collector. In such case add the following
15
# Concurrent Mark & Sweep garbage collector. In such case add the following

Return to bug 201745