20 lines
617 B
Properties
Executable File
20 lines
617 B
Properties
Executable File
########################################################
|
|
#
|
|
# File: nre.properties
|
|
#
|
|
# This file contains properties which used
|
|
# the NRE launch executable
|
|
#
|
|
# Revision History
|
|
# 17 Feb 04 Brian Original
|
|
#
|
|
########################################################
|
|
|
|
|
|
# The list of options separated by spaces to pass thru to the VM
|
|
java.options=-Xmx256M -XX:MaxPermSize=128M -Dfile.encoding=UTF-8 -Xss256K
|
|
|
|
# This property is used to toggle how the hostid is calculated
|
|
# for the current installation. If true on a Window's box, then
|
|
# the hostid will be prefixed with "WinSJ"
|
|
softjace=false |