Select [CONFIGURATION]-BUFFERS AND CACHES:
1. Deselect No data cache.
2. Click [DEFAULT] for the default settings.
3. Enter a file name for the cache in the File name field. Please note
that for security reasons the cache file can be created in the JUKEMAN
directory or its subdirectories only. If you do not specify a file name, the
size of the volatile data cache will be changed.
4. Enter the cache size in megabytes in the Size field.
5. Click [OK].
6. If the server is running, iXOS-JUKEMAN asks you to shut it down. Click
[YES] to stop it.
7. If the server has been stopped, a dialog appears allowing you to restart it.
Note: The file server.cfg must be modified for this task. A detailed description of the file can be found in "Configuration file server.cfg" on page 245. It is recommended that you make a backup copy of the file before editing it.
1. Open the file "server.cfg" with a text editor.
2. Find the section "regcache { ... }". If it does not exist, add the
following lines to the end of the file:
regcache {
file { <name> }
size { <size> }
}
3. Replace <name> with the name for the data cache (e. g.,
regcache). If you do not specify a path, the cache will be created in
the JUKEMAN directory. This is recommended for security reasons. To use a
volatile cache, remove the line "file { <name>
}".
4. Replace <size> with the cache size in MB.
5. Save the file.
6. The changes become active the next time the server is started.