跳至内容
菜单
此问题已终结
3 回复
7055 查看

Manufacturing order of a product(BOM with 200 parts) is taking more than 5 min...what is wrong ??

形象
丢弃
最佳答案

There might be many answers to your questions. Looks like a database tuning problem, or a resource problem in your server. Have you checked your CPU usage in your server? Are other users able to work with OpenERP?

形象
丢弃
最佳答案

Hello,

Please chage your server configuration file with following.

# Specify the number of workers, 0 disable prefork mode.
workers = 0

# Maximum allowed virtual memory per worker, when reached the worker be reset after the current request (default 671088640 aka 640MB)
limit_memory_soft = 671088640

# Maximum allowed virtual memory per worker, when reached, any memory allocation will fail (default 805306368 aka 768MB)
limit_memory_hard = 805306368

# Maximum allowed CPU time per request (default 60)
limit_time_cpu = 60

# Maximum allowed Real time per request (default 120)
limit_time_real = 120

# Maximum number of request to be processed per worker (default 8192)
limit_request = 8192

Check Link for more.

Thanks,

Nimesh.

 

 

形象
丢弃
最佳答案

All the MRP work with browse object ... that SO SO SLOW, read all field in a record and use only a few, MRP module need to be re-write to avoid use of browse. My Little Opinion

形象
丢弃
相关帖文 回复 查看 活动
0
7月 25
1030
1
7月 25
868
0
2月 25
1916
2
9月 23
11338
0
5月 21
10069