Server-Config wird nicht mehr benötigt, da jetzt direkt im puppet-Script
parent
8d4e6974fa
commit
73c316d882
|
|
@ -1,41 +0,0 @@
|
|||
[options]
|
||||
addons_path = ~/ext/ext/custom-addons,~/ext/ext/odoo/addons
|
||||
admin_passwd = c76EVdqj
|
||||
|
||||
db_host = False
|
||||
db_name = False
|
||||
db_password = False
|
||||
db_port = False
|
||||
db_user = False
|
||||
|
||||
debug_mode = False
|
||||
list_db = True
|
||||
log_level = warn
|
||||
|
||||
#max_cron_threads = 1
|
||||
#workers = 1
|
||||
|
||||
xmlrpc_interface = 127.0.0.1
|
||||
# WILL BE OVERWRITTEN BY COMMAND LINE ARGS
|
||||
xmlrpc_port = 8069
|
||||
longpolling_port = 8072
|
||||
logfile = /var/log/odoo/odoo-server.log
|
||||
|
||||
timezone = Europe/Brussels
|
||||
|
||||
# 5 min
|
||||
#limit_time_cpu = 300
|
||||
# 10 min
|
||||
#limit_time_real = 600
|
||||
|
||||
# input DMI:
|
||||
limit_time_cpu = 3000
|
||||
limit_time_real = 6000
|
||||
|
||||
# if DB > 150MB, otherwise "AccessDenied" error occurs
|
||||
# 10 GB
|
||||
limit_memory_hard = 10000000000
|
||||
|
||||
# Use a new worker for the next request if 400MB is reached
|
||||
# The worker will be recycled after the current request
|
||||
limit_memory_soft = 400000000
|
||||
Loading…
Reference in New Issue