- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory Error
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
09-23-2002 10:26 PM
09-23-2002 10:26 PM
/usr/lib/dld.sl:Call to mmap () failed - DATA /usr/lib/libxti.2
/usr/lib/dld.sl:Not enough space
/etc/profile[105]:29086 Abort
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:42 PM
09-23-2002 10:42 PM
Re: Memory Error
lemme know the RAM size, If the sawp is already diuble of RAM make it thrice (swap).
If you still have the problem, increase maxdsiz and maxdsiz_64bit kernel parameters values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:46 PM
09-23-2002 10:46 PM
Re: Memory Error
I have 2GB ram. My maxdsiz and maxdsiz_64bit is 67108864 and 1073741824 respectively. How do I arrive at a new value and what are the implications? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:52 PM
09-23-2002 10:52 PM
Re: Memory Error
After which change did this start ?
Patch install/ sw upgrade/ OS upgrade ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:11 PM
09-23-2002 11:11 PM
Re: Memory Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:18 PM
09-23-2002 11:18 PM
Re: Memory Error
Have you make any kernel changes?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:41 PM
09-23-2002 11:41 PM
SolutionAt the very least you need to increase maxdsiz (or maxdsiz_64 if this is a 64-bit application.) What has happened, is that recently a memory-mapped file (I suspect a very heavily used table or the dictionary itself in the database) has finally grown large enough to exceed the process memory limit (maxdsiz). Increase it and generate a new kernel and that should get you going. You probably need to look at adding more memory to your system as well but maxdsiz is your immediate problem.
'maxdsiz' (for 32-bit machines) has a minimum value of 0x400000 (4MB), a maximum of 0x7B03A000 (~ 2GB) and a default of 0x4000000 (64MB).
64MB is the default value so 256-512MB should do the trick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:43 PM
09-23-2002 11:43 PM
Re: Memory Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:59 PM
09-23-2002 11:59 PM
Re: Memory Error
The problem is most likely related to a kernel parameter being to low.
Run :-
sar -v 1 100
whilst this problem is occurring and note any table overflows. also have a look at /var/adm/syslog/syslog.log and note/ post any errors.
Paula