Enable odoo v9, 3 workers on my PC 2GB ram and 2 CPU, the problem occurs when I run a java script and gives an error the java MV because there is not enough memory.
Someone to help me indicating a way to run java from python
Thanks for your help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Enable odoo v9, 3 workers on my PC 2GB ram and 2 CPU, the problem occurs when I run a java script and gives an error the java MV because there is not enough memory.
Someone to help me indicating a way to run java from python
Thanks for your help.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
0
3월 15
|
4115 | |||
|
1
3월 15
|
3946 | |||
|
0
5월 22
|
3792 | |||
|
0
3월 25
|
2324 | |||
|
4
4월 24
|
175794 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
you need to define your odoo conf, based on the calculation in the odoo documentation :
# limit_memory_hard: 4GB
limit_memory_hard = #some value
# limit_memory_soft: 640MB
limit_memory_soft = #some value
limit_request = #some value
limit_time_cpu = #some value
limit_time_real = #some value