Erpnext Setup

My options in /etc/odoo/odoo.conf use deafult settings these are unstable

[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = odoo
db_password = False
addons_path = /usr/lib/python2.7/dist-packages/odoo/addons
workers = 3
limit_memory_hard = 943718400
limit_memory_soft = 838860800

workers = (#CPU * 2) + 1 Needed RAM = #worker * ( (light_worker_ratio * light_worker_ram_estimation) + (heavy_worker_ratio * heavy_worker_ram_estimation) ) i put 800 MB and 900MB we have 1 GB ram

optional stuff