|
Home > Archive > WebSphere Application Server > May 2005 > memory usage
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi all, i want to know how much memory every application is using, or even every session? Is there a way to control memory usage per application?
server is WAS 5.1 on AIX
| |
| Paul Ilechko 2005-05-19, 5:53 pm |
| snonchev@codix.bg wrote:
> Hi all, i want to know how much memory every application is using, or even every session? Is there a way to control memory usage per application?
Good design !
| |
| Ken Hygh 2005-05-21, 7:54 am |
| snonchev@codix.bg wrote:
>Hi all, i want to know how much memory every application is using, or even every session? Is there a way to control memory usage per application?
>server is WAS 5.1 on AIX
>
>
>
What my friend Paul Ilechko means by "Good Design" is...
....no. :-)
There are ways to find out how much memory is currently used by a
session, but no way to enforce it.
Ken
| |
| Paul Ilechko 2005-05-21, 5:50 pm |
| Ken Hygh wrote:
> snonchev@codix.bg wrote:
>
> What my friend Paul Ilechko means by "Good Design" is...
> ...no. :-)
>
> There are ways to find out how much memory is currently used by a
> session, but no way to enforce it.
That's right. I meant to say, the only way to prevent excessive memory
usage is to design your application correctly.
|
|
|
|
|