Re: Server crash for memory limit

2011-11-29 Thread Francis GALIEGUE
On Tue, Nov 29, 2011 at 16:05, hi tanin hi_ta...@yahoo.com wrote: Hi, I am using Tomcat 5.0.27. I cannot use more then 2GB for Tomcat 5.0.27. Our OS is 32-bit Linux. Can ane one tell me why this happening? And is there any way to get rid of this problem and use lot of memory? Normally, the

Re: Server crash for memory limit

2011-11-29 Thread Filip Hanik Mailing Lists
that's a restriction of 32 bit systems. upgrade to 64 bit for more memory requirements depending on the kernel, you can go to 3.7gb for a 32 bit system - Original Message - From: hi tanin hi_ta...@yahoo.com To: users@tomcat.apache.org Sent: Tuesday, November 29, 2011 8:05:51 AM Subject:

Re: Server crash for memory limit

2011-11-29 Thread hi tanin
tanin hi_ta...@yahoo.com Sent: Tuesday, November 29, 2011 7:20 AM Subject: Re: Server crash for memory limit On Tue, Nov 29, 2011 at 16:05, hi tanin hi_ta...@yahoo.com wrote: Hi, I am using Tomcat 5.0.27. I cannot use more then 2GB for Tomcat 5.0.27. Our OS is 32-bit Linux. Can ane one tell me

Re: Server crash for memory limit

2011-11-29 Thread Francis GALIEGUE
On Tue, Nov 29, 2011 at 16:26, hi tanin hi_ta...@yahoo.com wrote: Thanks for your reply. If i upgrated into 64-bit system __AND__ 64bit JDK... then what will be the memory limit for Tomcat 5.0.27? Is there any way to find out the mamimum memoery limit ? More than you will be able to buy!

Re: Server crash for memory limit

2011-11-29 Thread hi tanin
Thank you very much for your nice reply From: Francis GALIEGUE f...@one2team.com To: Tomcat Users List users@tomcat.apache.org; hi tanin hi_ta...@yahoo.com Sent: Tuesday, November 29, 2011 7:28 AM Subject: Re: Server crash for memory limit On Tue, Nov 29

Re: Server crash for memory limit

2011-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Francis, On 11/29/11 10:28 AM, Francis GALIEGUE wrote: On Tue, Nov 29, 2011 at 16:26, hi tanin hi_ta...@yahoo.com wrote: Thanks for your reply. If i upgrated into 64-bit system __AND__ 64bit JDK... Yes, this is the important part. You can

RE: Server crash for memory limit

2011-11-29 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Server crash for memory limit Yup. 2^64 is a *lot* of memory. It's really just 2^48 on current x86-64 chips, but that's still more than you can use. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: Server crash for memory limit

2011-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/29/11 11:31 AM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Server crash for memory limit Yup. 2^64 is a *lot* of memory. It's really just 2^48 on current x86-64 chips