Guest User

Untitled

a guest
Feb 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [OK] Maximum possible memory usage: 7.3G (46% of installed RAM)
  2.  
  3. [OK] Maximum possible memory usage: 7.3G (46% of installed RAM)
  4.  
  5. [OK] Maximum possible memory usage: 7.3G (46% of installed RAM)
  6.  
  7. thread_cache_size = 128
  8.  
  9. mysql> show status like 'Threads_cached';
  10. +----------------+-------+
  11. | Variable_name | Value |
  12. +----------------+-------+
  13. | Threads_cached | 9 |
  14. +----------------+-------+
  15. 1 row in set (0.00 sec)
  16.  
  17. mysql> SET GLOBAL thread_cache_size = 0;
  18.  
  19. mysql> show status like 'Threads_cached';
Add Comment
Please, Sign In to add comment