Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Performance tuning guide?

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Performance tuning guide?


Chronological Thread 
  • From: Richard Frovarp <>
  • To: "" <>
  • Subject: [grouper-users] Performance tuning guide?
  • Date: Mon, 7 Jan 2019 22:12:09 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:nnwkvBPOsaxIvH/EUMMl6mtUPXoX/o7sNwtQ0KIMzox0I/nzrarrMEGX3/hxlliBBdydt6oUzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlLiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkHKTA37X3XhMJzgqJavB2vqBNwzpXIYI6OLvdyYr/Rcc8YSGdHQ81fVzZBAoS5b4YXE+QBPPpXr4nnqFsUsBS1GAmiBPnoyj9WnHD2x7U62PkmHAHc3QwvA9IOv27OrNroLqsSX/q1zK7WzTrZdfNWwSzw6I7VfRA6vPGAR6x/ftfMyUQ2EQ7Ok1aeqZT9Mj+LzOsBr3WX4u99We6ylmIqrg9xrzezysswj4TJiJwax1/A+Ch8xYs4J8C0RU5jbdK6DJdcqzyWOo55T84mTWxkpCM3xqAatZO6eSUHzYorywLHZ/yJbYeF4Q7vWeOULDp4i39odqywihO88UWv0OLxUsy530tUoSZYl9TBuGwC2AfT58WBV/Bz5F2u2SyV2ADW8uxEIV47la7cK5M52rA9ip0dvVjNEyPvlkv4i6Gbelwj+uez9evreLLmpoKAN4BvjQH+L6IuldGlDeQgKAgOWHSb9vqg273//E35R7NKgucxkqnErJDaIcMbpqm6AwNPzokj7BO/Ay+n0NQeg3YHMEpIdAydgIT1Jl3DJe30Aeqij1mpnjdmyOzKMqHkD5XDMHfOn7PscLN45kNe1QY+zchT55dOBbEAJPLzVFXxtNvdDhIhKQy0wvroCNVn2YMERG2DGKGZMLnVsV+W/O0vOfGMaZQTuDngMPgl+uTigmEkll8AZaWpx4cYaGikHvR6JEWUeXXsgs0GEWcXpgoxUvbqhESfUT5IeXmyRbk86yo/CIKnFofDWputjKKb0Ce6GJ1Wen5JCkqKEXj2a4WIRe0AZzyPLc98wXQ4Uu3rRJUmyAmjrkrn0Ld9NcLV/DEVr5TuyIIz6uHO31lm+iZzEtyQySSQVGxuhUsJQSM7xqZyvRY7x1ueh/tWmftdQOZS7PNASAtyG4Tb0eVgE5imQAPKft6TRBCoWNK4CCspZtQ92MJIbkpgTYbxxivf1janVudG34eAA4Y5p/qGhSr4Otp9xnDa1aIok1ghRI5VOHa7grJkqVeBHJbHxkOekaviNb8R2iLA7i+i9SKPpwkZNWw4SqDZRTYab0rSo87+4xbYTrSuAK4rdAVbztCLMLNibNHykBNLSOqwcNk=
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Is there a performance tuning guide somewhere. I know to kick up the
memory offered to Tomcat. That helped out a good amount for the UI.

In particular at the moment I'm having trouble with the loader. I'm
trying to load in our legacy groups for lack of a better term, and it's
firing up way too many threads. We have around 1k legacy groups. I can
see from jconsole that it's easily starting over 200 pool threads. Then
they start to time out, and MariaDB starts to complain about too many
connections. I see in the loader config file reference to
loader.use.groupThreads, and loader.groupThreadPoolSize, but not
entirely sure how they work.

loader.use.groupThreads means that it is trying to use threads for each
of my 1k groups? And loader.groupThreadPoolSize means it is trying to
use 20 threads for each group? So is it trying to start 20k threads?
That would seem to indicate that the right option would be to set
loader.use.groupThreads to false. Or is there something else? I've hit
the same problem trying to load departments, and we're a mid-sized school.

Is there anything else to performance tune the system?

Thanks,

Richard




Archive powered by MHonArc 2.6.19.

Top of Page