- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can't allocate memory
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
03-08-2002 04:29 AM
03-08-2002 04:29 AM
How can I tell what might be causing the problem? Should I increase maxdsiz again? This system has 2 GB physical memory about 1.5 Gb swap. TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 04:48 AM
03-08-2002 04:48 AM
Re: can't allocate memory
Is there any installation guide for this application that gives the minimum resource requirements?
Try increasing the maxdsiz to 1 GB. Btw, is your application 64-bit? If it is, then remember to increase maxdsiz_64bit as well.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 05:02 AM
03-08-2002 05:02 AM
Re: can't allocate memory
The swap area should be 2*RAM
Ciao
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 05:08 AM
03-08-2002 05:08 AM
Re: can't allocate memory
add 700Mb and you will find it not keeps on your swap area.
Increase swap area.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 05:41 AM
03-08-2002 05:41 AM
Re: can't allocate memory
You should try to find out if it is
your application or hp-ux that is
giving this error-message. I would think
it is from the application.
One thing you should check in addition
to maxdsiz and swap, is resources
for shared memory.
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 10:17 AM
03-08-2002 10:17 AM
Re: can't allocate memory
If this does fix the problem, why would this be needed when we already have 1 GB free and the user's module is only requesting about 650 MB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 11:10 AM
03-08-2002 11:10 AM
Re: can't allocate memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 11:56 AM
03-08-2002 11:56 AM
Re: can't allocate memory
Yes,
1. you have to increase swap space to minimum 2GB.
2. Increase your maxdsiz parameter as below :
maxdsiz for 32-bit processes
Minimum : 0x400000 (4 MB)
MAximum : 0x7B03A000 ( aPPROX. 2GB)
Maxdsiz_64bit for 64 Bit processes :
min : 0x400000 (4 MB)
max: 4396972769279
You can set your maxdsiz parameter to the max value. This will resolve your problem.
Thanks,
-Piyush.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 06:12 PM
03-08-2002 06:12 PM
Re: can't allocate memory
Print out a a copy of the memory and process management white papers in /usr/share/doc. There are two versions: plain text and the easier to read Postscript versions. 32bit programs are severely constrained when RAM gets into hundreds of megs. 64bits removes the restrictions (well, terabytes of RAM)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2002 10:26 PM
03-10-2002 10:26 PM
Re: can't allocate memory
It is up to you. For me, it is a waste of space to have disk used just to have swap area to lock on systems with more than 2GB physical memory. (Think of it this way, you should never be in a situation where you have to use the swap space. It is a stop-gap for emergencies. When you find you are using it, you should start planning your next step, either relieving the pressure by moving apps, or upgrading the machine. This is just me talking, though.) (I also don't even want to get into databases and their requirements for swap.) If you have a canned package, they should also be giving you minimum guidelines on how your system is configured...
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2002 10:27 PM
03-10-2002 10:27 PM
Re: can't allocate memory
It is up to you. For me, it is a waste of space to have disk used just to have swap area to lock on systems with more than 2GB physical memory. (Think of it this way, you should never be in a situation where you have to use the swap space. It is a stop-gap for emergencies. When you find you are using it, you should start planning your next step, either relieving the pressure by moving apps, or upgrading the machine. This is just me talking, though.) (I also don't even want to get into databases and their requirements for swap.) If you have a canned package, they should also be giving you minimum guidelines on how your system is configured...
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2002 10:30 PM
03-10-2002 10:30 PM
Re: can't allocate memory
It is up to you. For me, it is a waste of space to have disk used just to have swap area to lock on systems with more than 2GB physical memory. (Think of it this way, you should never be in a situation where you have to use the swap space. It is a stop-gap for emergencies. When you find you are using it, you should start planning your next step, either relieving the pressure by moving apps, or upgrading the machine. This is just me talking, though.) (I also don't even want to get into databases and their requirements for swap.) If you have a canned package, they should also be giving you minimum guidelines on how your system is configured...
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2002 10:34 PM
03-10-2002 10:34 PM
Re: can't allocate memory
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2002 11:05 PM
03-10-2002 11:05 PM
Re: can't allocate memory
you have to check wether you have 32 or 64 bit application
if you have in both cases you have to ask the vendor of that application to tell you the right value parameter from maxdsiz and maxdsiz_64bit.
second, try to increase your swap by 2 or 2.5 the ram
because there are some cierten applications need to work in that size of ram.
test and see,
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 07:06 AM
03-11-2002 07:06 AM
Re: can't allocate memory
FYI, swapmem_on is set to 1 and the system doesn't seem to be using swap under normal loads. I didn't get to watch while the user ran her test though.