|
40 | 40 | <panel id="AdminPasswordPanel">
|
41 | 41 | <!-- field size="1.33" bold="false" txt="Set Admin Password and Configure Memory" align="left"
|
42 | 42 | type="title"/ -->
|
43 |
| - <field size="1.33" bold="false" txt="Set Admin Password" align="left" |
44 |
| - type="title"/> |
45 |
| - <field align="left" variable="adminPasswd" type="password" omitFromAuto="false"> |
46 |
| - <description txt="Please enter a password for user 'admin', the database administrator:" |
47 |
| - 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:"/> |
48 | 46 | <spec>
|
49 | 47 | <pwd set="" size="20" txt="Enter password: "/>
|
50 | 48 | <pwd set="" size="20" txt="Retype password: "/>
|
|
54 | 52 | </field>
|
55 | 53 | <!-- field align="bottom" type="divider"/>
|
56 | 54 | <field type="space"/>
|
57 |
| - <field type="text" variable="MAX_MEMORY"> |
58 |
| - <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."/> |
59 | 57 | <spec txt="Maximum memory in MB:" size="5" set="2048"/>
|
60 | 58 | </field>
|
61 |
| - <field type="text" variable="cacheSize"> |
62 |
| - <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."/> |
63 | 61 | <spec txt="Cache memory in MB:" size="5" set="256"/>
|
64 | 62 | </field -->
|
65 | 63 | </panel>
|
|
0 commit comments