- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Question on User Data Space with 64 bit applicatio...
 
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
 
11-04-2004 06:57 AM
11-04-2004 06:57 AM
The documents talk about how the user data and stack must fit into a single memory quadrant. In some cases the limit to the quadrant is said to be 4TB in other cases it can be no more than 1/4 of the actual RAM on the system.
Which is correct? If a system has 8GB of memory can a 64 bit application define and use data structures greater than 2GBs?
Thanks.
Solved! Go to Solution.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-26-2007 01:18 AM
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-26-2007 01:54 AM
08-26-2007 01:54 AM
			
				
					
						
							Re: Question on User Data Space with 64 bit applications
						
					
					
				
			
		
	
			
	
	
	
	
	
Seems you are quoting 32 bit rules. It is possible on the system you have specified to have a memory area of greater than 2 GB.
Though I'm cautious as to the need for something that big. One would think that application programming could be made more efficient.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-26-2007 05:04 AM
08-26-2007 05:04 AM
			
				
					
						
							Re: Question on User Data Space with 64 bit applications
						
					
					
				
			
		
	
			
	
	
	
	
	
There is a very good article on
Memory allocation Quadrant
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00958840-4
Enjoy reading.
WK
Please assign points.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-26-2007 07:23 AM
08-26-2007 07:23 AM
			
				
					
						
							Re: Question on User Data Space with 64 bit applications
						
					
					
				
			
		
	
			
	
	
	
	
	
That said, you must change the very low kernel limits for maxdsiz and maxdsiz_64, the suggestion being maxdsiz=2GB and maxdsiz_64=16GB, assuming that you may need up to 16 GB of local memory. Of course, once you exceed available RAM, processes will be deactivated and then portions of RAM paged out to make room for the very large process(es). This can impact performance massively, from 50:1 to 200:1 or more. If your system has 8GB of RAM your 64 bit program can easily address a lot more than 8 GB up to the limit of swap space.
Bill Hassell, sysadmin
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-27-2007 01:32 AM
08-27-2007 01:32 AM
			
				
					
						
							Re: Question on User Data Space with 64 bit applications
						
					
					
				
			
		
	
			
	
	
	
	
	
I was as little supprised at the flurry of responses. This posting was from 2004. I forgot it was even out there until I saw all your responses.
Better late than never.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-27-2007 04:37 AM
08-27-2007 04:37 AM
			
				
					
						
							Re: Question on User Data Space with 64 bit applications
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-27-2007 05:03 AM
08-27-2007 05:03 AM
			
				
					
						
							Re: Question on User Data Space with 64 bit applications
						
					
					
				
			
		
	
			
	
	
	
	
	
Yep. These were the ones that I could answer. There are lots still left.