- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- memory / swap problem?
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
06-30-2005 12:21 AM
06-30-2005 12:21 AM
i have a b180l hp10.20ux with 128 mbram and 1.8Gbyte of swap area.
This workstation is connected to hp3070 test system.
When i run a process for test a device then appear this message:
Status: Running...out of memory on call to Calloc
Use your debugger to see a stack backtrace
what does it mean?
Thank you for your suggest.
Matteo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 12:25 AM
06-30-2005 12:25 AM
Re: memory / swap problem?
maxdsiz
maxssiz,
If need, increase it /reboot needed /.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 12:52 AM
06-30-2005 12:52 AM
Re: memory / swap problem?
maxssiz > 16777216
Sorry but i'm not so expert
are this values correct i've to increase it
and if i've to increase it how can do it?
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 02:23 AM
06-30-2005 02:23 AM
SolutionDo a ulimit -d; does it match your maxdsiz? If it's less then you have hit ulimit.
You could increase maxdsiz to 1GB but on your system this is a bit ridiculous because eventhough HP-UX is a virtual memory system with only 128MB of memory; in practical terms, your maxdsiz is already as big as it should be --- and performance is terrible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 11:14 PM
06-30-2005 11:14 PM
Re: memory / swap problem?
i've done the ulimit -d and the repor t is 524288.
My maxdisiz is i think that match beacause is 536870912.
So now you think if i expand my maxdsiz at 1gb i can't resolve my problem?
Yes the workstation have 128Mbram.
thank you very much.
regards
matteo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 02:26 AM
07-01-2005 02:26 AM
Re: memory / swap problem?
Note that you have over 14X as much swap as physical memory. This is really a ridiculously large amount of swap because if you ever need to use that much, your machine will be thrashing itself to death and performing very little useful work. You could increase maxdsiz up to 1GB but your current value is already dangerously high given your limited amount of physical memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 08:28 AM
07-01-2005 08:28 AM
Re: memory / swap problem?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 11:42 PM
07-05-2005 11:42 PM
Re: memory / swap problem?
Regards
Matteo