Created
          May 16, 2024 05:04 
        
      - 
      
- 
        Save reke592/c97ca96509ee848f08531a68fe77fa4a to your computer and use it in GitHub Desktop. 
    mysql docker with tcmalloc
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM mysql:8.0.15 | |
| RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list && \ | |
| apt-get update && \ | |
| apt-get install -y libgoogle-perftools-dev | |
| # ENV LD_PRELOAD=/usr/lib/libtcmalloc.so.4 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment