This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Giannakos, re: > I am running slackware 10.2 > During the preparation of the workstation i encountered a problem in > Allocating Sufficient Shared Memory because i don't know how much memory > i have to declare and how can i see in my machine the maximum number of > bytes i can use for shared memory? In general, making more shared memory available is good for McIDAS. I would not hesitate to setup your machine to allow up to 512 MB of shared memory since this will allow you to create McIDAS sessions with lots of large frames. The following advice on how to increase shared memory under Linux was extracted from the Unidata McIDAS-X Users Guide in the Preparing the Workstation section in the: Shared Memory Configuration link http://www.unidata.ucar.edu/software/mcidas/2006/users_guide/workstation.html Linux The easiest way to redefine the amount of shared memory in your system is to add the following line to your /etc/rc.d/rc.local file: echo shared_memory_size > /proc/sys/kernel/shmmax Here shared_memory_size is the amount of shared memory you want to declare in bytes. After modifying /etc/rc.d/rc.local, reboot. Example: echo 536870912 > /proc/sys/kernel/shmmax Note: since this will be the last thing run before your system comes up, your McIDAS session won't get a larger shared memory segment if it's started during the boot process. > Thanks in advance No worries. Cheers, Tom **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: HGO-210449 Department: Support McIDAS Priority: Normal Status: Closed