|
22 | 22 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
23 | 23 |
|
24 | 24 | -->
|
25 |
| -<izpack:userinput xmlns:izpack="http://izpack.org/schema/userinput" version="5.0"> |
| 25 | +<izpack:userinput version="5.0" |
| 26 | + xmlns:izpack="http://izpack.org/schema/userinput" |
| 27 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 28 | + xsi:schemaLocation="http://izpack.org/schema/userinput http://izpack.org/schema/5.0/izpack-userinput-5.0.xsd"> |
26 | 29 | <panel id="DataDirPanel">
|
27 | 30 | <field size="1.33" bold="false" txt="Set Data Directory" align="left"
|
28 | 31 | type="title"/>
|
|
37 | 40 | <panel id="AdminPasswordPanel">
|
38 | 41 | <!-- field size="1.33" bold="false" txt="Set Admin Password and Configure Memory" align="left"
|
39 | 42 | type="title"/ -->
|
40 |
| - <field size="1.33" bold="false" txt="Set Admin Password" align="left" |
41 |
| - type="title"/> |
42 |
| - <field align="left" variable="adminPasswd" type="password" omitFromAuto="false"> |
43 |
| - <description txt="Please enter a password for user 'admin', the database administrator:" |
44 |
| - align="left"/> |
| 43 | + <field size="1.33" bold="false" txt="Set Admin Password" align="left" type="title"/> |
| 44 | + <field align="left" variable="adminPasswd" type="password"> |
| 45 | + <description txt="Please enter a password for user 'admin', the database administrator:"/> |
45 | 46 | <spec>
|
46 | 47 | <pwd set="" size="20" txt="Enter password: "/>
|
47 | 48 | <pwd set="" size="20" txt="Retype password: "/>
|
|
51 | 52 | </field>
|
52 | 53 | <!-- field align="bottom" type="divider"/>
|
53 | 54 | <field type="space"/>
|
54 |
| - <field type="text" variable="MAX_MEMORY"> |
55 |
| - <description align="left" txt="Configure the maximum amount of memory to be used by eXist-db. The recommended minimum memory setting is 1024m. If your machine has enough memory, using 2048m should be sufficient for most data sets. Note: 1200m is usually the limit on 32-bit systems."/> |
| 55 | + <field align="left" type="text" variable="MAX_MEMORY"> |
| 56 | + <description txt="Configure the maximum amount of memory to be used by eXist-db. The recommended minimum memory setting is 1024m. If your machine has enough memory, using 2048m should be sufficient for most data sets. Note: 1200m is usually the limit on 32-bit systems."/> |
56 | 57 | <spec txt="Maximum memory in MB:" size="5" set="2048"/>
|
57 | 58 | </field>
|
58 |
| - <field type="text" variable="cacheSize"> |
59 |
| - <description align="left" txt="Configure the amount of memory to be reserved for internal caches. If the maximum memory is set above to 1024m, 128m is a good value; for 2048m, use 256m; for 512m, not more than 64mb. Too small settings may lead to bad upload/indexing performance."/> |
| 59 | + <field align="left" type="text" variable="cacheSize"> |
| 60 | + <description txt="Configure the amount of memory to be reserved for internal caches. If the maximum memory is set above to 1024m, 128m is a good value; for 2048m, use 256m; for 512m, not more than 64mb. Too small settings may lead to bad upload/indexing performance."/> |
60 | 61 | <spec txt="Cache memory in MB:" size="5" set="256"/>
|
61 | 62 | </field -->
|
62 | 63 | </panel>
|
|
0 commit comments