- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hp-UX 10.20 out of memory 128MB??
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
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
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
тАО03-30-2010 12:53 AM
тАО03-30-2010 12:53 AM
Due to the grow of virus definitions, the software uses more and more memory.
Recently, the sophos failed to work after update virus signature with the following error:
"Error initialising detection engine [0x8007000e]". while the same program work on HP-UX 11.11 server.
Sophos support said it is due to out of memory. I used Glance to monitor the system and discovered the software crash when the sophos process used up to 128MB memory. My server got 1GB memory, the total memory usage is less than 30%. I used root to run the program.
I wonder is there any kernel parameter limited the memory allocation??
Any idea?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 07:04 PM
тАО03-30-2010 07:04 PM
Re: Hp-UX 10.20 out of memory 128MB??
I checked the current value of maxdsiz, it is 67108864 (64MB).
However, the program didn't crash if it take less than 128MB (>64MB) memory to run. It's fine to take 120MB memory, just crashed when it takes more than 128MB.
Do you think the maxdsiz is releated?
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 10:02 PM
тАО03-30-2010 10:02 PM
Re: Hp-UX 10.20 out of memory 128MB??
>Do you think the maxdsiz is related?
Where did you get these 120 and 128 Mb numbers? From top or glance as the program runs? Or the size of some data file?
If maxdsiz is 64 Mb, I don't see why glance shows you a bigger number?
I would suggest you just increase maxdsiz and see. If you don't want 1 Gb, try 256 Mb.
I suppose you could be running of swap. What does "swapinfo -tam" show when that program is running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 10:48 PM
тАО03-30-2010 10:48 PM
Re: Hp-UX 10.20 out of memory 128MB??
So I follow the others : increase maxdsiz to let's say 256MB (to be carefull) and if that doesn't help, maybe it could be that you also need to increase maxssiz or maxtsiz just a little. It won't hurt your server if you increase these parameters, it's just some kind of protection against one single process that suddenly goes wrong somewhere and would eat up all memory if you don't limit it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 11:45 PM
тАО03-30-2010 11:45 PM
Re: Hp-UX 10.20 out of memory 128MB??
I attached a few screens, the maxdsiz is 64MB, maxssiz is 8MB.
I will try to increase the maxdsiz to test...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2010 01:03 AM
тАО03-31-2010 01:03 AM
Re: Hp-UX 10.20 out of memory 128MB??
It shows sweep using 124 Mb RSS and 128 when it died. RSS probably includes other types of memory that isn't included in maxdsiz. Possibly shared memory or mapped files?
>I attached a few screens, the maxdsiz is 64MB, maxssiz is 8MB.
It would have been easier to just paste the values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2010 07:47 PM
тАО03-31-2010 07:47 PM
Re: Hp-UX 10.20 out of memory 128MB??
I changed the values of maxdsiz & maxtsiz from 64MB to 128MB.
The sweep can run successfully, use memory up to 140MB.
I don't sure it is fixed by maxdsiz or maxtsiz, may be both of them.
Anyway, thanks you guys!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2010 07:51 PM
тАО03-31-2010 07:51 PM
Re: Hp-UX 10.20 out of memory 128MB??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2010 08:56 PM
тАО03-31-2010 08:56 PM
Re: Hp-UX 10.20 out of memory 128MB??
It wouldn't be maxtsiz unless you added more functions to your executable.