Sponsored Content
Special Forums Hardware About the max num of physical memory Post 302541706 by cateran on Monday 25th of July 2011 11:12:44 AM
Old 07-25-2011
About the max num of physical memory

Can anyone tell me what the max num of physical memery depends? It's the bit number of the data bus?

How about the max number of the virtual memory?
 

10 More Discussions You Might Find Interesting

1. Programming

Physical Memory

Hi, My problem is next.... How can I work with physical memory in the Unix FreeBSD 2.2 or hight? What is the "mem" & "kmem" drivers? P.S./ writing device driver for UNIX FreeBSD 2.2 :D (2 Replies)
Discussion started by: Alex_T
2 Replies

2. UNIX for Dummies Questions & Answers

physical memory

It is just a general question....is there a limit on the memory? I am looking into a process to store image files on the unix server which will be accessed by the application, and I just wonder if there is any limit regarding the physical or virtual memory. I am very new to unix, so thanks for... (1 Reply)
Discussion started by: cchien
1 Replies

3. UNIX for Advanced & Expert Users

vmstat -P (physical memory)

vmstat -P commands gives me an output as shown at the end of this message. my first question is about the difference between "total physical memory" and "total physical memory use" "Total Physical Memory" -"Total Physical Memory Use" 524288 pages-524026 pages= 262 pages does it mean... (0 Replies)
Discussion started by: gfhgfnhhn
0 Replies

4. Solaris

How to check physical memory

HI Please help me how to check the physical memory, model name and hardisk information. (5 Replies)
Discussion started by: jeelans
5 Replies

5. Solaris

physical memory

what is the command to find the physical memory in soalris OS and how to find whether paging is happening or not ? (2 Replies)
Discussion started by: jayaramanit
2 Replies

6. AIX

ulimits max locked memory virtual memory

Hi, Would any one be so kind to explain me : are ulimits defined for each user seperately ? When ? Specialy what is the impact of : max locked memory and virtual memory on performance of applications for a user. Many thanks. PS : this is what I can see in MAN : ulimit ] ... (5 Replies)
Discussion started by: big123456
5 Replies

7. Solaris

How to find Total and Free Physical Memory and Logical Memory in SOLARIS 9

Hi, Im working on Solaris 9 on SPARC-32 bit running on an Ultra-80, and I have to find out the following:- 1. Total Physical Memory in the system(total RAM). 2. Available Physical Memory(i.e. RAM Usage) 3. Total (Logical) Memory in the system 4. Available (Logical) Memory. I know... (4 Replies)
Discussion started by: 0ktalmagik
4 Replies

8. Solaris

restrcit physical memory with zone.max-locked-memory

Is it possible to restrict physical memory in solaris zone with zone.max-locked-memory just like we can do with rcapd ? I do not want to used rcapd (1 Reply)
Discussion started by: fugitive
1 Replies

9. AIX

Physical Memory expansion

IBM says we cannot expand our physical memory on our 570's without upgrading all the existing DIMMS since all slots are currently full. Is it really so difficult for IBM to build servers that leave a couple vacant slots for future expansion? A technical explanation would be greatly appreciated.... (2 Replies)
Discussion started by: 1computerman
2 Replies

10. Solaris

Physical memory calculation

Below is Physical Memory result : -bash-3.00$ prtconf | grep "Memory size" Memory size: 36854 Megabytes -bash-3.00$ vmstat 1 2 | tail -1 0 0 0 28220616 1318888 15 143 0 0 0 0 0 253 2 15 0 5215 14989 5917 7 0 93 and the script i have to calculate this in Percentage is : #!/bin/sh... (3 Replies)
Discussion started by: mjoshi010207
3 Replies
SCSYNTH(1)						      General Commands Manual							SCSYNTH(1)

NAME
scsynth - SuperCollider audio synthesis server SYNOPSIS
scsynth [options] DESCRIPTION
SuperCollider is a real time audio synthesis programming language. This manual page documents briefly the scsynth command, the audio server of SuperCollider. SuperCollider has documentation in the HTML format available in the supercollider-doc package. OPTIONS
A summary of options is included below. There must be a -u and/or a -t option, or -N for nonrealtime. -u <udp-port-number> a port number (0-65535) -t <tcp-port-number> a port number (0-65535) -c <number-of-control-bus-channels> default 4096 -a <number-of-audio-bus-channels> default 128 -i <number-of-input-bus-channels> default 2 -o <number-of-output-bus-channels> default 2 -z <block-size> default 64 -Z <hardware-buffer-size> default 0 -S <hardware-sample-rate> default 0 -b <number-of-sample-buffers> default 1024 -n <max-number-of-nodes> default 1024 -d <max-number-of-synth-defs> default 1024 -m <real-time-memory-size> default 8192 -w <number-of-wire-buffers> default 64 -r <number-of-random-seeds> default 64 -D <load synthdefs? 1 or 0> default 1 -R <publish to Rendezvous? 1 or 0> default 1 -l <max-logins> default 64 maximum number of named return addresses stored also maximum number of tcp connections accepted -p <session-password> When using TCP, the session password must be the first command sent. The default is no password. UDP ports never require pass- words, so for security use TCP. -N <cmd-filename> <input-filename> <output-filename> <sample-rate> <header-format> <sample-format> -L enable memory locking -H <hardware-device-name> -v <verbosity> 0 is normal behaviour -1 suppresses informational messages -2 suppresses informational and many error messages -U <ugen-plugins-path> a colon-separated list of paths If -U is specified, the standard paths are NOT searched for plugins. -P <restricted-path> If specified, prevents file-accessing OSC commands from accessing files outside <restricted-path>. TO QUIT
To quit, send a 'quit' command via UDP or TCP, or press ctrl-C. SEE ALSO
sclang(1), /usr/share/doc/supercollider-server AUTHOR
This manual page was written by Paul Brossier <piem@altern.org> for the Debian project (but may be used by others). Modified and updated by Artem Popov <artfwo@gmail.com>. Nov 18, 2008 SCSYNTH(1)
All times are GMT -4. The time now is 04:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy