root / conf / buildinfo.template.properties

Revision 829:8f47f20af8b2, 0.5 kB (checked in by Harri Kaimio <harri@…>, 2 years ago)

Increase heap size

Line 
1# Heap configuration
2heap.max_size=1024
3
4# Extra arguments for Java VM
5run.jvmargs=-XX:NewRatio=2
6
7# Build information
8svn.revision=@svnrevision@
9svn.url=@svn.info.url@
10build.time=@build.time@
11build.user=@build.user@
12build.major=0
13build.minor=5
14build.patch=0
15build.version=0.6.0
16# Leave always as "Development build in trung & branches
17# Chande to "Release candidate", "Alpha", "Beta" or empty as applicable
18# when tagging a release
19build.version_tag=Development build
20# Short tag to use after version number
21build.version_shorttag=-dev
Note: See TracBrowser for help on using the browser.