Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
15835 Представления

i have 500k+ records in stock move. when i try to view all records (unlimited). the server crush

can odoo prevent user for doing activity that crush the server?

Аватар
Отменить
Лучший ответ

Go to terminal type like this.

1.ps aux | grep openerp  ( after that terminal shows which server currently running)

>>harmony8 12973 0.0 0.0 11740 936 pts/2 S+ 12:38 0:00 grep --colour=auto openerp

then type like this

2.kill  -9 12973          (process ll be kill)

eg:12973- is current server 

Note:

While working in odoo, always use Chrome browser its supports more number of records

Аватар
Отменить