콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
6922 화면

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
159
1
7월 25
142
0
2월 25
1155
2
9월 23
10418
0
5월 21
9256