COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: larryPrisock on 05 Jul 2006 04:35:26 PM

Title: How much memory can cognos8 use
Post by: larryPrisock on 05 Jul 2006 04:35:26 PM
what is the maximum amount of memory that cognos 8 can use? I am running windows enterprise server 2003 and sql 2005.

Thank You in advance
Title: Re: How much memory can cognos8 use
Post by: goose on 23 May 2007 12:03:05 PM
The amount of memory cognos can use is only limited by your OS, platform and cognos configuration. For Windows Enterprise Server 2003 (32 bit) the maximum amount of memory a process can use is 2Gb. So if you box has say 8Gb of memory and you configure 10 report processes then you will have the following utilization:

1 x java.exe process (can use max 2gb memory only)
10 x bibus process (each can use max 2gb memory only)

Does this make sense?
Title: Re: How much memory can cognos8 use
Post by: COGNOiSe administrator on 23 May 2007 06:28:26 PM
On Windows, JVM will not use more then 1280MB, don't ask me why. BIBUSes, aka report processors, will consume 200-800MB on average, but it is report dependant.
Title: Re: How much memory can cognos8 use
Post by: goose on 24 May 2007 03:19:42 AM
Found out the max JVM size is dependent on the amount of phsycial memory and java version. Cognos 8.1 ships with java version "1.4.2_06" with should handle a max heap size of 1360. I was able to test on 8.2 with ships with java version "1.4.2_11" on a box that has 8Gb memory and I got get the JVM heap size up to 1434Mb.