![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| exiting from script | arghya_owen | Shell Programming and Scripting | 1 | 06-02-2008 03:36 AM |
| Else Loop Exiting Early | GregWold | Shell Programming and Scripting | 8 | 03-20-2008 11:29 AM |
| SFTP not exiting when run from cron | msabhilash | SUN Solaris | 2 | 12-02-2007 04:48 PM |
| Script Not Exiting??? | lesstjm | Shell Programming and Scripting | 1 | 07-11-2007 08:58 AM |
| exiting in c | ruffenator | High Level Programming | 3 | 04-27-2002 11:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
*Out of memory, exiting
Hi,
when I launche my script , ireceive this message : *Out of memory, exiting What is the problem ? and solution ? Many thanks. PS : my unix version : SunOS SERVER03 5.8 Generic_117350-13 sun4us sparc FJSV,GPUZC-M |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
if you are using ksh
before firing the script execute the script with -x option i.e ksh -x script_name and see which steps is throwing the out of memory error. it could be for n number of reasons, probably somewhere there is infinite recursion happening. Regards, rishi |
||||
| Google The UNIX and Linux Forums |