- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System slow, virtual memory nearly full!!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 06:18 AM
12-06-2002 06:18 AM
I've a system with Oracle Databases running on it, and those databases are operated by the application BaaN and that a production environment....
My problem is that my system since about 3-4 days becames slower and slower, I checked with "top" utilitie, what was running, and I saw that the state of my virtual memory (free) was reducing , so I used vmstat -n and I saw it to... So I wanna know is the virtual memory can slow a lot a system, and how can I correct that???
Thanks
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 06:42 AM
12-06-2002 06:42 AM
Re: System slow, virtual memory nearly full!!
I need help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 06:50 AM
12-06-2002 06:50 AM
SolutionFirst thing to check for is processes with a large virtual size, try Bill Hassell's psram command:-
UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more
The list is sorted largest virtual size first.
Please post the output from the above command.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 07:22 AM
12-06-2002 07:22 AM
Re: System slow, virtual memory nearly full!!
here's the output of the command... all I see is the users processes that are taking almost all the mem... but can this slow a system a lot to say that we can't work on it?!?!
Thanks
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 07:35 AM
12-06-2002 07:35 AM
Re: System slow, virtual memory nearly full!!
The output from the following would be useful:-
vmstat 5 5
iostat 5 5
swapinfo -mt
ipcs -am
top
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 07:59 AM
12-06-2002 07:59 AM
Re: System slow, virtual memory nearly full!!
I'm gonna check that... evrything seems ok... I gonna check for the network if there's a problem...
Thanks for the help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2002 08:25 AM
12-06-2002 08:25 AM
Re: System slow, virtual memory nearly full!!
When I have been asked to look into slow response time, about 70% of the time it turns out to be database problems. The database has not been tuned to handle the volume.
Remember, when you reboot the system, more things get cleared out than just memory.
HTH
Marty