1
0
-1

The Java VM and the windows server is keeping memory increase, till the server is stucked.

 

Even I set the

set JAVA_OPTS=-XX:MaxPermSize=512m -Xmx1024M -Dwflow.home=./wflow/ -XX:+UseConcMarkSweepGC -javaagent:./wflow/aspectjweaver-1.8.5.jar

 

But then I should do stop and restart the Joget server again.

 

How to overcom such errors.

 

 

Note, the folloing errors is being displayed on the log file:

 

INFO  16 Nov 2016 12:26:57 org.joget.plugin.ldap.UserDaoLDAPImpl  - filter: (&(objectClass=person)(|(distinguishedName=CN=mohamm d izzat ali,OU=Users,OU=IT,OU=Main Branch,DC=fastlink,DC=com,DC=jo)(distinguishedName=CN=ZainCRM,OU=Users,OU=System Support Acco nts,DC=fastlink,DC=com,DC=jo)(distinguishedName=CN=Mohammad Bader,OU=Users,OU=IT,OU=Main Branch,DC=fastlink,DC=com,DC=jo)(distin uishedName=CN=Shaker Otaiby,OU=Users,OU=IT,OU=Main Branch,DC=fastlink,DC=com,DC=jo)(distinguishedName=CN=Yaser Awad,OU=Users,OU= T,OU=Main Branch,DC=fastlink,DC=com,DC=jo)(distinguishedName=CN=Waseem Hijazi,OU=Users,OU=IT,OU=Main Branch,DC=fastlink,DC=com,D =jo)(distinguishedName=CN=Dalia Shakhsheir,OU=Users,OU=IT,OU=Main Branch,DC=fastlink,DC=com,DC=jo)(distinguishedName=CN=Shaker A -Zoubi,OU=Users,OU=IT,OU=Main Branch,DC=fastlink,DC=com,DC=jo))) INFO  16 Nov 2016 12:26:57 DirectoryManagerLDAPImpl  - Using paged search = true, Result pre page = 100 INFO  16 Nov 2016 12:26:57 DirectoryManagerLDAPImpl  - Paged Search - Current Total Results Return : 8 INFO  16 Nov 2016 12:26:57 org.joget.plugin.ldap.LDAPUtil  - department - Import Search Filter is not configured. INFO  16 Nov 2016 12:26:57 org.joget.plugin.ldap.UserDaoLDAPImpl  - filter: (objectClass=person) INFO  16 Nov 2016 12:26:57 DirectoryManagerLDAPImpl  - Using paged search = true, Result pre page = 100 INFO  16 Nov 2016 12:26:58 DirectoryManagerLDAPImpl  - Paged Search - Current Total Results Return : 100 INFO  16 Nov 2016 12:26:58 DirectoryManagerLDAPImpl  - Paged Search - Current Total Results Return : 200 INFO  16 Nov 2016 12:26:59 DirectoryManagerLDAPImpl  - Paged Search - Current Total Results Return : 300 INFO  16 Nov 2016 12:26:59 DirectoryManagerLDAPImpl  - Paged Search - Current Total Results Return : 400

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hello, it seems like either you have some memory or resource leak in your app (Performance Optimization and Scalability Tips#EliminateResourceLeakage(Memory,DatabaseConnections,Files,Network,etc)) or do not have enough memory allocated in the first place (Performance Optimization and Scalability Tips#EnsureSufficientJavaVMMemoryAllocation). The log message looks like an unrelated LDAP debugging info message. 

        CommentAdd your comment...