- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gig to byte conversion
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
12-10-2004 08:22 AM
12-10-2004 08:22 AM
For 3.75 gig I get 4026531840 bytes by:
3.75 x 1024 x 1024 x 1024
Why multiply 1024 3 times??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 08:28 AM
12-10-2004 08:28 AM
SolutionIn 'puter-speak "giga" does not mean 10^9 but 2^30.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 08:29 AM
12-10-2004 08:29 AM
Re: gig to byte conversion
3.75 x 1024 --> megabytes
3.75 x 1024 x 1024 --> kilobytes
3.75 x 1024 x 1024 x 1024 --> bytes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 08:29 AM
12-10-2004 08:29 AM
Re: gig to byte conversion
3.75 GB =
3.75 * 1024 = 3,840 MB
3,840 * 1024 = 3,932,160 KB
3,932,160 KB * 1024 = 4,026,531,840 Byte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 08:30 AM
12-10-2004 08:30 AM
Re: gig to byte conversion
1,024,000,000 bytes
divided by 1024
is
1,000,000 Megabytes
divided by 1024
is
976.5625 Gigabytes
It works in the other direction as well.
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
12-10-2004 08:45 AM
12-10-2004 08:45 AM
Re: gig to byte conversion
8 bits = 1 byte
1,024 bytes = 1 Kilobyte (KB)
1,024 Kilobyutes = 1 Megabyte (MB)
1,024 Megabytes = 1 Gigabyte (GB)
1,024 Gigabytes = 1 Terabyte (TB)
1,024 Terabytes = 1 Petabyte (PB?)
1,024 Petabytes = 1 Exabyte (EB?)
And I've no idea what comes after exabyte.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 08:51 AM
12-10-2004 08:51 AM
Re: gig to byte conversion
the setting of kernel parm:
shmmax=size of RAM
Which needs to be converted from gig to bytes
for sam to take it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 08:52 AM
12-10-2004 08:52 AM
Re: gig to byte conversion
yottabyte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 09:01 AM
12-10-2004 09:01 AM
Re: gig to byte conversion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 08:21 PM
12-10-2004 08:21 PM
Re: gig to byte conversion
Concerning SHMMAX, note that the Install Guide recommends specific values.
Previous versions of the Install Guide recommended setting SHMMAX to 0.5 *(physical memory present in machine).
Most recently it's been suggested SHMMAX be set to 4294967295 (4GB). This may not seem appropriate, particularly if the system has considerably less physical memory available, but it does prevent you from having to modify your system kernel every time a new instance is created or additional physical memory is added to the system. Remember that SHMMAX is
a high water mark, meaning that the OS will attempt to allow up to that amount for an application.
hope this helps too!
regards
yogeeraj
PS. 1024 = 2^10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2004 01:09 PM
12-11-2004 01:09 PM
Re: gig to byte conversion
I'd set my shmmax to 1.5 GB on a 2 GB system.
Then I overrode the install complaint and 10G worked fine.
The I upgraded to 8 GB because 10G had us swapping like mad and still didn't update shmmax. 10G still worked.
So being precise probably won't matter based on experience.
If you don't go with a precise number, you can fire up glance/gpm and monitor shared memory use. I would be extremely surprised if you got close to 100% use of any shared memory resource.
If you do, you can use kmtume to up the shmmax figure dynamically without booting the box.
10G is a PITA, but I doubt you'll ever use as much shared memory as its asking for. The install program doesn't take into account other instances of apache, the database server or any of the other thousands of applications that could compete for shared memory.
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
12-13-2004 01:16 AM
12-13-2004 01:16 AM
Re: gig to byte conversion
this link contains some offical information about the schemes in the *Giga*-context:
http://physics.nist.gov/cuu/Units/binary.html
mfG Peter