AW: AW: How to encrease the Memory for a soap-server

2003-12-10 Thread Malte Kempff
11 An: [EMAIL PROTECTED] Betreff: Re: How to encrease the Memory for a soap-server Increase memory of a Java VM with: java -Xmx256M or however big you need it. John Malte Kempff kempffm-at-medicalcolumbus.de |apache soap| wrote: Hi *.* under certain circumstances I am getting an out of m

Re: AW: How to encrease the Memory for a soap-server

2003-12-09 Thread John Lewis
ag, 9. Dezember 2003 14:11 An: [EMAIL PROTECTED] Betreff: Re: How to encrease the Memory for a soap-server Increase memory of a Java VM with: java -Xmx256M or however big you need it. John Malte Kempff kempffm-at-medicalcolumbus.de |apache soap| wrote: Hi *.* under certain circumstan

Re: AW: How to encrease the Memory for a soap-server

2003-12-09 Thread Sameet Nasnodkar
The parameter is mentioned below is what is called as a VM parameter is serves as a command line paramete to the "java" command issued. find out where this command is being issued in the run script of tomcat and change it to include this.Malte Kempff <[EMAIL PROTECTED]> wrote: Hi John,tahks by your

AW: How to encrease the Memory for a soap-server

2003-12-09 Thread Malte Kempff
] Gesendet: Dienstag, 9. Dezember 2003 14:11 An: [EMAIL PROTECTED] Betreff: Re: How to encrease the Memory for a soap-server Increase memory of a Java VM with: java -Xmx256M or however big you need it. John Malte Kempff kempffm-at-medicalcolumbus.de |apache soap| wrote: >Hi *.* > >unde

Re: How to encrease the Memory for a soap-server

2003-12-09 Thread John Lewis
Increase memory of a Java VM with: java -Xmx256M or however big you need it. John Malte Kempff kempffm-at-medicalcolumbus.de |apache soap| wrote: Hi *.* under certain circumstances I am getting an out of memory exception because the data the service is creating is very large. I would like to e

How to encrease the Memory for a soap-server

2003-12-09 Thread Malte Kempff
Hi *.* under certain circumstances I am getting an out of memory exception because the data the service is creating is very large. I would like to encrease the memory for this soap-service. Can anybody give me a hint how to do it or where to look for such a parameter to be set? many thanks in adv