Skip to content

Commit

Permalink
Merge pull request OCA#106 from vrenaville/qa_profile
Browse files Browse the repository at this point in the history
[ADD] qa profile
  • Loading branch information
Laurent Meuwly committed Apr 12, 2016
2 parents 7c9e1db + 048304a commit 85c61d9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions profiles/qa.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[buildout]
extends = ../common.cfg

[erp_global]
instance = qa

[openerp]
options.admin_login_password = ushiex1ideeyomeesaesh3Ji0Esho8
options.admin_passwd = ur7Aiyutiex8eishae8k
options.db_password = siel0ahnoof4ooChoo1ohv1ohnoohi
options.running_env = qa
options.xmlrpc_port = 8201
options.longpolling_port = 8272

# Multi-process support
# need more memory for lessc
options.limit_memory_hard = 1572864000
options.limit_memory_soft = 1073741824
options.limit_time_cpu = 86400
options.limit_time_real = 86400
options.workers = 4

vcs-clear-retry = true

[auto_run]
start_on_boot = yes

0 comments on commit 85c61d9

Please sign in to comment.