Need to specify perm size in a custom conf file
authorJan Lahoda <jlahoda@netbeans.org>
Fri, 24 Jun 2011 10:18:57 +0200
changeset 600a011b5710a7d
parent 599 60a6d6b5f693
child 601 31c553c68621
Need to specify perm size in a custom conf file
remoting/server/indexer/etc/app.conf
remoting/server/indexer/nbproject/project.properties
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/remoting/server/indexer/etc/app.conf	Fri Jun 24 10:18:57 2011 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +# ${HOME} will be replaced by user home directory according to platform
     1.5 +default_userdir="${HOME}/.${APPNAME}/dev"
     1.6 +default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/dev"
     1.7 +
     1.8 +# options used by the launcher by default, can be overridden by explicit
     1.9 +# command line switches
    1.10 +default_options="-J-client -J-Xverify:none -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m --branding ${branding.token}"
    1.11 +# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
    1.12 +
    1.13 +# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
    1.14 +#jdkhome="/path/to/jdk"
    1.15 +
    1.16 +# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
    1.17 +#extra_clusters=
     2.1 --- a/remoting/server/indexer/nbproject/project.properties	Thu Jun 23 20:33:22 2011 +0200
     2.2 +++ b/remoting/server/indexer/nbproject/project.properties	Fri Jun 24 10:18:57 2011 +0200
     2.3 @@ -1,3 +1,4 @@
     2.4 +app.conf=etc/app.conf
     2.5  app.name=indexer
     2.6  branding.token=${app.name}
     2.7  modules=\