Skip to content

Commit f739c8d

Browse files
committed
change readme for configuration file
1 parent 8c4a5ed commit f739c8d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ The default behavior of Proline is to load data from predefined directories. The
4343

4444
### Configuration
4545

46-
The configuration file contains settings for the launcher. These settings should not be changed unless you are an advanced user.
46+
A configuration dialog is displayed at start up. It allow user to modify main settings. The associated configuration file contains all settings for the launcher. These settings should not be changed unless you are an advanced user.
4747

4848
* datastore: the type of database you want to use. Only PostgreSQL is available at the moment.
49-
* server_max_memory: the amount of memory you want to allow to the whole Proline process (default is 4GB).
49+
* memory settings, including allocation mode (automatic, semi Automatic, manual) and amount of memory allocated to each module.
5050
* server_default_timeout: the time in second you give for each sub-process to start. If the process does not start after this number of seconds, the launcher will quit in error.
51-
* debug_mode: the debug mode provides more information and disables the memory check.
52-
* disable_sequence_repository: if you are a bit low on memory and if you do not need protein sequences, you may want to disable it to gain some memory.
53-
* postgresql_port: the port used by PostgreSQL. Warning: you should not change it if the datastore have already been initialized (at first launch).
51+
* log_debug: the debug mode provides more information and disables the memory check.
52+
* sequence_repository_active: if you are a bit low on memory and if you do not need protein sequences, you may want to disable it to gain some memory.
53+
* datastore_port: the port used by PostgreSQL. Warning: you should not change it if the datastore have already been initialized (at first launch).
5454
* java_home: you can define your own JRE, but by default we use the one package with Proline Studio. Proline has been tested with Java8.
5555
* cortex_version: the version number of Proline Cortex
5656
* hornetq_version: the version number of HornetQ

0 commit comments

Comments
 (0)