![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script to gather weblogic jvm heap size stats | galenw | Shell Programming and Scripting | 2 | 02-07-2008 09:34 AM |
| finding duplicate files by size and finding pattern matching and its count | jerome Sukumar | Shell Programming and Scripting | 2 | 12-01-2006 12:20 AM |
| monitor jvm heap size | rein | UNIX for Advanced & Expert Users | 0 | 07-21-2005 05:29 AM |
| heap size for JVM! | i2admin | Filesystems, Disks and Memory | 1 | 05-09-2002 06:09 AM |
| heap size! | i2admin | Filesystems, Disks and Memory | 2 | 05-08-2002 07:20 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Finding Heap size Command--Urgent
Hi Friends,
i need a unix command to check the heap space availability on unix system as I am getting following error: Error occurred during initialization of VM Could not reserve enough space for object heap Error occurred during initialization of VM Could not reserve enough space for object heap |
| Forum Sponsor | ||
|
|
|
|||
|
use free -m and/or brk
Hi,
You can get the system memory available by the command: #free -m Also if you want to know the memory available to any particular process, you can use Zero increment to the sbrk() system call. Check the man page for usage... Happy programming... Srini Installers for Linux operating system |
|||
| Google UNIX.COM |