- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monk 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
03-04-2002 10:15 AM
03-04-2002 10:15 AM
18:37:46 __MONKFILE=`table.dgt_dgt/table.dgt.mfl'
FAILURE: new_MONK_atom() -- calloc(1000, 88) failed [strerror(12)=(Not enough sp
ace)]
>>Dynamic Evaluation Of Internal Data
>>>>ERR: MONK_object_create_pair: call to new_MONK_atom() Failed. Probable Syst
em Memory Allocation Problem.
>>>>ERR: load: .
>>>>ERR: load: .
18:38:18 loaded:`/home/dgtest2/tables/table.dgt'
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 10:17 AM
03-04-2002 10:17 AM
Re: Monk error
You probably need to jack up maxdsiz. What's the current value?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 10:21 AM
03-04-2002 10:21 AM
Re: Monk error
maxdsiz 67108864
maxssiz 67108864
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 10:42 AM
03-04-2002 10:42 AM
Re: Monk error
Errno 12 = ENOMEM. You almost certainly need to increase maxdsiz. Maxssiz will not cause a failure of calloc(). A reasonable increase would be to 128MB or 256MB. If you have a large amount of RAM, you could go higher still. You might be running out of virtual memory so check your amount of swap space but I suspect that increasing maxdsiz is all you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 10:47 AM
03-04-2002 10:47 AM
Re: Monk error
swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 2097152 82188 2014964 4% 0 - 1 /dev/vg00/lvol2
localfs 2848768 0 2848768 0% none 0 1 /usr1/paging
reserve - 506004 -506004
memory 749156 533000 216156 71%
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 12:18 PM
03-04-2002 12:18 PM
SolutionYou seem to have quite a bit of swap so that should not be your problem. By the way, if this is a 64-bit application then you need to set maxdsize_64bit because maxdsiz applies to 32-bit applications. In any event, increase them to fix your problem.