MAGNO1980

Untitled

May 9th, 2020
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. [options]
  2.  
  3. db_host = False
  4. db_maxconn = 5
  5. db_name = False
  6. db_password = False
  7. db_port = False
  8. db_sslmode = prefer
  9. db_template = template1
  10. dbfilter = ^%h$
  11. #demo = {}
  12. email_from = False
  13. geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
  14. http_enable = True
  15. http_interface =
  16. http_port = 8069
  17. import_partial =
  18. #limit_memory_hard = ‭7247757312‬ Si habilito se cae el sitio
  19. #limit_memory_soft = ‭6039797760‬ Si habilito se cae el sitio
  20. limit_request = 8192
  21. limit_time_cpu = 600
  22. limit_time_real = 1200
  23. limit_time_real_cron = 1
  24. list_db = True
  25. log_db = False
  26. log_db_level = warning
  27. log_handler = :INFO
  28. log_level = info
  29. logfile = /var/log/odoo/odoo-server.log
  30. logrotate = False
  31. longpolling_port = 8072
  32. max_cron_threads = 1
  33. osv_memory_age_limit = 1.0
  34. osv_memory_count_limit = False
  35. pg_path = None
  36. pidfile = None
  37. proxy_mode = False
  38. reportgz = False
  39. server_wide_modules = web
  40. smtp_password = False
  41. smtp_port = 25
  42. smtp_server = localhost
  43. smtp_ssl = False
  44. smtp_user = False
  45. syslog = False
  46. test_commit = False
  47. test_enable = False
  48. test_file = False
  49. test_report_directory = False
  50. translate_modules = ['all']
  51. unaccent = False
  52. without_demo = False
  53. workers = 9
  54. xmlrpc = True
  55. xmlrpc_interface =
  56. xmlrpc_port = 8069
  57. xmlrpcs = True
  58. xmlrpcs_interface =
  59. xmlrpcs_port = 8071
  60.  
  61. __________________________________________________________________________________________________________________________________
  62.  
  63.  
  64. # -----------------------------
  65. # PostgreSQL configuration file
  66. # -----------------------------
  67. #
  68. #
  69. # DB Version: 9.5
  70. # OS Type: linux
  71. # DB Type: oltp
  72. # Total Memory (RAM): 10 GB
  73. # CPUs num: 4
  74. # Connections num: 64
  75. # Data Storage: hdd
  76.  
  77. max_connections = 64
  78. shared_buffers = 2560MB
  79. effective_cache_size = 7680MB
  80. maintenance_work_mem = 640MB
  81. checkpoint_completion_target = 0.9
  82. wal_buffers = 16MB
  83. default_statistics_target = 100
  84. random_page_cost = 4
  85. effective_io_concurrency = 2
  86. work_mem = 40MB
  87. min_wal_size = 2GB
  88. max_wal_size = 8GB
  89. max_worker_processes = 4
Add Comment
Please, Sign In to add comment