- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Tru64 - shmat fails with "Not enough space"
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
08-20-2008 05:05 AM
08-20-2008 05:05 AM
Tru64 - shmat fails with "Not enough space"
I'm testing an application in a Tru64 5.1B server that is currently giving me a "Not enough space" error while doing a shared memory attach.
I have another one of these servers and the same application runs perfectly without any errors. I thought it could be some kernel parameters I had to tweak in the first server (comparing the ones I had with the second server's) but after I did that the problem still persists.
Here is the kernel parameters I have from my first server (the one that gives me the error) as they exist in /etc/sysconfigtab:
vm:
swapdevice=/dev/disk/dsk0b
vm-swap-eager=1
ubc_maxpercent=100
ipc:
shm_max=4294967296
shm_min=1024
shm_mni=256
shm_seg=256
sem_mni=64
sem_msl=32
proc:
max_proc_per_user=512
per_proc_stack_size=509715200
max_per_proc_stack_size=735544320
per_proc_data_size=6342177280
max_per_proc_data_size=60737418240
num_wait_queues=256
num_timeout_hash_queues=256
max_per_proc_address_space=42949672960
per_proc_address_space=42949672960
And ulimit -a gives me:
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 6193533
stack(kbytes) 497769
memory(kbytes) 3045272
coredump(blocks) unlimited
nofiles(descriptors) 4096
vmemory(kbytes) 41943040
Reading in the man for shmat, the description I have for the error I get is this one:
"[ENOMEM]
There was not enough data space available to attach the shared memory
region.
[Tru64 UNIX] The shmid refers to a segmented shared memory region
whose size is not a multiple of SSM_SIZE and where not enough data
space is available for the rounded-up size."
So, do I need to increase any kernel parameter(s) to solve this problem? And if so, which one(s)? Any help with be greatly appreciated.
Best regards,
Miguel Rentes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2008 07:13 AM
08-20-2008 07:13 AM
Re: Tru64 - shmat fails with "Not enough space"
Martin
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2008 08:35 AM
08-20-2008 08:35 AM
Re: Tru64 - shmat fails with "Not enough space"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2008 02:18 AM
08-21-2008 02:18 AM
Re: Tru64 - shmat fails with "Not enough space"
-fast64 -Xglobal256M -Xms16M -Xmx128M
Thanks anyway for your help!
Regards,
Miguel Rentes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2008 07:23 AM
08-21-2008 07:23 AM
Re: Tru64 - shmat fails with "Not enough space"
> [...] my java application [...]
Perhaps if the original problem description
had mentioned Java, someone might have
suggested something related to Java.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2008 07:42 AM
08-21-2008 07:42 AM
Re: Tru64 - shmat fails with "Not enough space"
Thanks anyway,
Miguel Rentes