--memory-swap not supported in lima/nerdctl #1007
              
                
                  
                  
                    Answered
                  
                  by
                    junnplus
                  
              
          
                  
                    
                      doberkofler
                    
                  
                
                  asked this question in
                Q&A
              
            -
| nerdctl does currently not support the                total        used        free      shared  buff/cache   available
Mem:           7945         752        2587        1522        4605        5404
Swap:             0           0           0 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            junnplus
          
      
      
        Jun 14, 2022 
      
    
    Replies: 1 comment
-
| Since #1110, we supported the  PS:  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        AkihiroSuda
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Since #1110, we supported the
--memory-swapoption in nerdctl.PS:
free -mshows information about the host(lima instance) rather than the container. swap 0 means no swap memory available.