Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons-example
Commits
3ef7452d
Commit
3ef7452d
authored
Jul 31, 2017
by
Nabil Chouika
Browse files
Propagate change in partons.properties partons/core/partons#33
parent
bd73d5f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/partons.properties
View file @
3ef7452d
# partons.properties
# Main configuration file of PARTONS.
# Should be placed together with the executable.
# PATHS #
# Path to the configuration file of Logger
log.file.path
=
bin/logger.properties
# Path to the environment configuration information
environment.configuration.file.path
=
bin/environment_configuration.dat
# Path to the directory containing scenarios
scenario.directory
=
data/examples/
# Path to the directory containing PDF replicas
grid.directory
=
../partons/data/grid/
##### database #####
# Validation scheme used by XML parser
xml.schema.file.path
=
data/xmlSchema.xsd
# DATABASE #
#
SQLITE or MYSQL
#
Database connection definition (for more information see our tutorial explaining the database usage)
database.production.type
=
MYSQL
database.production.url
=
localhost
database.production.dbname
=
partons
database.production.user
=
partons
database.production.passwd
=
partons
##### system #####
# Whether to use temporary file transaction to load data
database.load.infile.use
=
false
# Temporary working directory needed by the transaction mechanism (needed if previous is true)
database.load.infile.directory
=
bin/tmp
# Environment configuration
environment.configuration.file.path
=
bin/environment_configuration.dat
# THREAD #
#
T
hread
#
Number of available processors to be used by t
hread
s
computation.nb.processor
=
1
# Automation
xml.schema.file.path
=
data/xmlSchema.xsd
# Temporary working directory
temporary.working.directory.path
=
/home/partons/git/partons-example/bin/tmp
# Maximum size of batch for a given type (in one task several batches may be run in separate threads)
gpd.service.batch.size
=
10000
ccf.service.batch.size
=
1000
observable.service.batch.size
=
1000
observable.service.batch.size
=
1000
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment