Re: [JBoss-user] jboss on linux (performance)

2003-03-21 Thread David Jencks
I think that memory usage is not reported accurately per thread and that
actually the total jboss memory usage is 60 MB shared among all threads.

david jencks

On 2003.03.19 13:03 David Luis Fernandes de Araujo wrote:
> 
> 
> Hello, 
> 
> i'm running jboss on a linux machine (redhat 7.3) and each one of the
> threads that jboss throws occupies 60 MB of memory. 
> Is this normal ? 
> What can i do minimize the memory usage ? 
> 
> Thanks 
> 
> .david
> 
> 
> ---
> This SF.net email is sponsored by: Does your code think in ink? 
> You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
> What are you waiting for?
> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] jboss on linux (performance)

2003-03-19 Thread Jonathan Cowherd
Title: RE: [JBoss-user] jboss on linux (performance)





Yes, behind a firewall.


You can also change the amount of memory that JVM has avaiable with -Xmx and -Xms flags.  Run "java -X" for the non standard options.

Jonathan Paul Cowherd
Linux and Java Administrator
Genscape, Inc.
Email:  [EMAIL PROTECTED]
Office: (502) 583-3730
Mobile: (502) 314-0444




> -Original Message-
> From: David Luis Fernandes de Araujo 
> [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, March 19, 2003 3:55 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] jboss on linux (performance)
> 
> 
> 
> So, do you think is safe to run jboss on linux in a 
> production enviorment ?
> 
> On Wed, 19 Mar 2003 12:27:17 -0500
> John M Flinchbaugh <[EMAIL PROTECTED]> wrote:
> 
> > On Wed, Mar 19, 2003 at 06:03:20PM +, David Luis Fernandes de 
> > Araujo wrote:
> > > i'm running jboss on a linux machine (redhat 7.3) and each one of 
> > > the
> > threads that jboss throws occupies 60 MB of memory.
> > > Is this normal ?
> > > What can i do minimize the memory usage ? 
> > 
> > i believe this is all shared memory.  each thread reports 
> the block of 
> > memory, but it's all the same block.  in reality, it's 
> probably only 
> > using around 60M total.
> > --
> > }John Flinchbaugh{__
> > | [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
> > ~~Powered by Linux: Reboots are for hardware upgrades only~~
> > 
> 
> 
> -- 
> David Araujo   [EMAIL PROTECTED]
> Novis Telecom, S.A.    http://www.novis.pt
> ISP - Trusted Services Estrada da Outurela, 118  - A
> Tel: +351 21 0104169   2795-606 Carnaxide - Portugal
> 
> 
> ---
> This SF.net email is sponsored by: Does your code think in ink? 
> You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
> What are you waiting for? 
> http://ads.sourceforge.net/cgi-> bin/redirect.pl?micr5043en
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 





Re: [JBoss-user] jboss on linux (performance)

2003-03-19 Thread Dain Sundstrom
Loads of people do it quite successfully, so yes.

-dain

On Wednesday, March 19, 2003, at 02:54 PM, David Luis Fernandes de 
Araujo wrote:

So, do you think is safe to run jboss on linux in a production 
enviorment ?

On Wed, 19 Mar 2003 12:27:17 -0500
John M Flinchbaugh <[EMAIL PROTECTED]> wrote:
On Wed, Mar 19, 2003 at 06:03:20PM +, David Luis Fernandes de 
Araujo wrote:
i'm running jboss on a linux machine (redhat 7.3) and each one of the
threads that jboss throws occupies 60 MB of memory.
Is this normal ?
What can i do minimize the memory usage ?
i believe this is all shared memory.  each thread reports the block of
memory, but it's all the same block.  in reality, it's probably only
using around 60M total.
--
}John Flinchbaugh{__
| [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~


--
David Araujo   [EMAIL PROTECTED]
Novis Telecom, S.A.http://www.novis.pt
ISP - Trusted Services Estrada da Outurela, 118  - A
Tel: +351 21 0104169   2795-606 Carnaxide - Portugal
---
This SF.net email is sponsored by: Does your code think in ink?
You could win a Tablet PC. Get a free Tablet PC hat just for playing.
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jboss on linux (performance)

2003-03-19 Thread David Luis Fernandes de Araujo

So, do you think is safe to run jboss on linux in a production enviorment ?

On Wed, 19 Mar 2003 12:27:17 -0500
John M Flinchbaugh <[EMAIL PROTECTED]> wrote:

> On Wed, Mar 19, 2003 at 06:03:20PM +, David Luis Fernandes de Araujo wrote:
> > i'm running jboss on a linux machine (redhat 7.3) and each one of the 
> threads that jboss throws occupies 60 MB of memory. 
> > Is this normal ? 
> > What can i do minimize the memory usage ? 
> 
> i believe this is all shared memory.  each thread reports the block of
> memory, but it's all the same block.  in reality, it's probably only
> using around 60M total.
> -- 
> }John Flinchbaugh{__
> | [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
> ~~Powered by Linux: Reboots are for hardware upgrades only~~
> 


-- 
David Araujo   [EMAIL PROTECTED]
Novis Telecom, S.A.http://www.novis.pt
ISP - Trusted Services Estrada da Outurela, 118  - A
Tel: +351 21 0104169   2795-606 Carnaxide - Portugal


---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jboss on linux (performance)

2003-03-19 Thread Dan Christopherson
Are you looking at ps output? The memory is actually shared between all 
of the threads running in the same VM. It should be showing up under the 
'shared' column in ps or top output.

This deceptive reporting is an artifact of Linux's threading model: a 
thread is basically a process with copy-on-write of memory turned off.

-danch

David Luis Fernandes de Araujo wrote:
Hello, 

i'm running jboss on a linux machine (redhat 7.3) and each one of the threads that jboss throws occupies 60 MB of memory. 
Is this normal ? 
What can i do minimize the memory usage ? 

Thanks 

.david

---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jboss on linux (performance)

2003-03-19 Thread John M Flinchbaugh
On Wed, Mar 19, 2003 at 06:03:20PM +, David Luis Fernandes de Araujo wrote:
> i'm running jboss on a linux machine (redhat 7.3) and each one of the 
threads that jboss throws occupies 60 MB of memory. 
> Is this normal ? 
> What can i do minimize the memory usage ? 

i believe this is all shared memory.  each thread reports the block of
memory, but it's all the same block.  in reality, it's probably only
using around 60M total.
-- 
}John Flinchbaugh{__
| [EMAIL PROTECTED] http://www.hjsoft.com/~glynis/ |
~~Powered by Linux: Reboots are for hardware upgrades only~~


pgp0.pgp
Description: PGP signature


[JBoss-user] jboss on linux (performance)

2003-03-19 Thread David Luis Fernandes de Araujo


Hello, 

i'm running jboss on a linux machine (redhat 7.3) and each one of the threads that 
jboss throws occupies 60 MB of memory. 
Is this normal ? 
What can i do minimize the memory usage ? 

Thanks 

.david


---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user