Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
CPU usage of server becomes 100% while users are logging in to the syatem
I am using
Ubuntu 12.04 LTS server
OpenERP 7
and the service is hosted in cloud environment(Rackspace).
When a user is trying to loggin to the system the server CPU usage becomes 100%(postgres process), what is the reason for this issue ?.
Hello Shanil,
I faced same problem like you and i overcome using following points. i hope this thing help to you.
Your Server Memory is full you can use following steps.
*First ->* check system disk space using *$df -h* command after it'll show %memory usage.
*Second ->* Then find *.xsession-errors* files using /locate/ command.
*$locate .xsession-errors* (if you have two linux user then it will dispaly 4 file each linux user have 2 files)
*Third ->* Check each size using following command
*$du -h /home/odoo/.xsession-errors* and *.xsession-errors.old files*
If file is in MB or in GB then flush that file don't remove it, using following command
*$echo "" > .xsession-error*
*And Last Step*
if you have any backup files, extra files ,temparory files like pdf,csv file odt etc file in /tmp folder bofore remove keep backup of it and then remove.
in sort /*remove un-usefull files from server.*/
After check system space using *$df -h* command. If server space is not descrese then you need extra space.
Thank You very much for the fast response.
I could not locate the ".Xsession-errors" file in my OS.
I am using Ubuntu 12,04 LTS(Server),could you please help me to find the ".Xsession" files.
command for find .xsession-errors is "locate .xsession-errors" in your terminal window.
I have already tried this command,but the system shows an error message "No such file or directory". I am using Ubuntu server without GUI.
root@ERP1:~# locate .xsession-errors root@ERP1:~# I have tried the above command.
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 9/25/14, 5:07 AM |
Seen: 2124 times |
Last updated: 3/16/15, 8:10 AM |
Hi Shanil.Found solution,let me know if you found solution.Im also facing these issues.