7

process memory size solaris

view full story
linux-howto

http://stackoverflow.com – Running perl script in solaris 10 machine. Know the RAM Size is 25 GB. Have two queries. Normally How much RAM memory a solaris process is allocated. Is it a default value assigned to any script or process. where it can be set? How do i determine how much max static array size can i have and how much dynamic memory can i allocate? what command i need to issue to find it out what memory allocated to a process in solaris? Is it configurable? When the script gives me outofmemory error. Does it mean it used the entire RAM and virtual memory? Is there any way to know how memory was used wh (HowTos)