Grabage memory runs away
Posted: Mon Jul 23, 2012 10:48 am
Hallo,
I have this issue at a client where the memory increases till where everything hangs.
My stats_by_cube = 4.85 GIG
Stas_by_server = 21 GIG where the garabage memory equals 16 GIG.
I have inputted the Log file to prevent garabage memory to increase above 2 GIG.
See below:
#
# Enable INFO level logging through the shared memory appender, by default. The server
# will write informational messages, as well as errors and warnings to the log file.
#
log4j.logger.TM1=INFO, S1
# S1 is set to be a SharedMemoryAppender
log4j.appender.S1=org.apache.log4j.SharedMemoryAppender
# Specify the size of the shared memory segment
log4j.appender.S1.MemorySize=5 MB
# Specify the max filesize
log4j.appender.S1.MaxFileSize=100 MB
# Specify the max backup index
log4j.appender.S1.MaxBackupIndex=20
# Specify GMT or Local timezone
log4j.appender.S1.TimeZone=GMT
# limits the garbage memory to 2GB
log4j.appender.S1.MemorySize=2000 MB
What can cause the garbage memory to increase by so much?
If my understanding is correct the Stats by cube and Stats by server should more or less be the same?
Thank you in advance for any assistance.
Thank you
I have this issue at a client where the memory increases till where everything hangs.
My stats_by_cube = 4.85 GIG
Stas_by_server = 21 GIG where the garabage memory equals 16 GIG.
I have inputted the Log file to prevent garabage memory to increase above 2 GIG.
See below:
#
# Enable INFO level logging through the shared memory appender, by default. The server
# will write informational messages, as well as errors and warnings to the log file.
#
log4j.logger.TM1=INFO, S1
# S1 is set to be a SharedMemoryAppender
log4j.appender.S1=org.apache.log4j.SharedMemoryAppender
# Specify the size of the shared memory segment
log4j.appender.S1.MemorySize=5 MB
# Specify the max filesize
log4j.appender.S1.MaxFileSize=100 MB
# Specify the max backup index
log4j.appender.S1.MaxBackupIndex=20
# Specify GMT or Local timezone
log4j.appender.S1.TimeZone=GMT
# limits the garbage memory to 2GB
log4j.appender.S1.MemorySize=2000 MB
What can cause the garbage memory to increase by so much?
If my understanding is correct the Stats by cube and Stats by server should more or less be the same?
Thank you in advance for any assistance.
Thank you