Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1413 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
We are using Appian 7.4 and experiencing some Appian Performance Issues(High Mem
pingc
over 10 years ago
We are using Appian 7.4 and experiencing some Appian Performance Issues(High Memory Usage) in production. one of the possible reasons we guess is related to log settings, when we look at the log configuration file for Jboss/Appian Engine, actually we notice there are quite a few log level settings to INFO or ALL, and also notice the MaxBackupIndex size is different from one to another, and we are not sure it's normal or not , so any help would be appreciated, thanks in advance!...
appian_log4j.properties
OriginalPostID-115404
OriginalPostID-115404
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Your file matches the JBoss out of the box logging.properties but in my install I have changed this line
logger.com.arjuna.level=WARN
to
logger.com.arjuna.level=ERROR
to avoid logging the ARJUNA warnings which can be a lot and increase the server.log's size. You may want to give that a go.
Either you update that file or you change this line in standalone.xml to ERROR
<logger category="com.arjuna">
<level name="WARN"/>
</logger>
I still think the performance issue can be related to something else (please continue to work with Appian Support if these changes doesn't help) but I suggest you try these changes too. They do require a restart of JBoss and I suggest the second approach (i.e. editing standalone.xml)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Your file matches the JBoss out of the box logging.properties but in my install I have changed this line
logger.com.arjuna.level=WARN
to
logger.com.arjuna.level=ERROR
to avoid logging the ARJUNA warnings which can be a lot and increase the server.log's size. You may want to give that a go.
Either you update that file or you change this line in standalone.xml to ERROR
<logger category="com.arjuna">
<level name="WARN"/>
</logger>
I still think the performance issue can be related to something else (please continue to work with Appian Support if these changes doesn't help) but I suggest you try these changes too. They do require a restart of JBoss and I suggest the second approach (i.e. editing standalone.xml)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data