You can add it to the script ... edit the line right after the:   
        echo "BMC Remedy Email Engine has started"

It should probably be something like ...   
        exec ${JAVA_BIN}/java -Djava.library.path=${InstallPath} -cp ${CP_PATH} 
\
                         com.bmc.arsys.emaildaemon.EmailDaemon -d 
${InstallPath} >${LogFile} 2>&1

You can make it something like ...   
        exec ${JAVA_BIN}/java -Xms256m -Xmx1024m 
-Djava.library.path=${InstallPath} -cp ${CP_PATH} \
                         com.bmc.arsys.emaildaemon.EmailDaemon -d 
${InstallPath} >${LogFile} 2>&1

Fred

-----Original Message-----
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 28, 2011 2:45 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300

Looks like I don't have it set. Didn't think that was possible.

This is what I get if I run ps -ef |grep 'java'

java -Djava.library.path=/remedy/ar63/ar63/AREmail -cp /r

Mark

-----Original Message-----
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W
Sent: Wednesday, December 28, 2011 3:15 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300

What size do you have the Java min and max in the emaild.sh script file?

Fred

-----Original Message-----
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Brittain, Mark
Sent: Wednesday, December 28, 2011 2:08 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300

**
Hi All,

I sent an email template to my development server and got the following error 
Message Number: 300 Message Text: Malloc failed on server

The email is received on the AR System Email Messages but does not create a new 
record.  Couldn't find anything on the KB, not that I have ever had much luck 
with it. . Any ideas on what is happening, where to look or a fix?

ARS 6.3 patch 24
SunOS 5.9
Oracle 9.2

Thanks
Mark

Mark Brittain
Remedy Developer
NaviSite - A Time Warner Cable Company
mbritt...@navisite.com
Office: 315-453-2912 x5335
Mobile: 315-317-2897

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: "Where the Answers Are"

This e-mail is the property of NaviSite, Inc. It is intended only for the 
person or entity to which it is addressed and may contain information that is 
privileged, confidential, or otherwise protected from disclosure. Distribution 
or copying of this e-mail, or the information contained herein, to anyone other 
than the intended recipient is prohibited.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to