Navigation : 
        
          
    
   Manual 
    
   Input Variables  
    
  - 
   Atomic Orbitals 
    
  - 
   Calculation Modes 
    
  - 
   ClassicalParticles 
    
  - 
   DFTBPlusInterface 
    
  - 
   Execution  
    
  -- 
   Accel 
    
  -- 
   Debug 
    
  -- 
   IO 
    
  -- 
   Optimization  
      --- HamiltonianApplyPacked 
      --- MemoryLimit 
      --- MeshBlockDirection 
      --- MeshBlockSize 
      --- MeshLocalBlockDirection 
      --- MeshLocalBlockSize 
      --- MeshLocalOrder 
      --- MeshOrder 
      --- NLOperatorCompactBoundaries 
      --- OperateAccel 
      --- OperateComplex 
      --- OperateDouble 
      --- ProfilingAllNodes 
      --- ProfilingMode 
      --- ProfilingOutputTree 
      --- ProfilingOutputYAML 
      --- StatesBlockSize 
      --- StatesCLDeviceMemory 
      --- StatesPack 
  
    
  -- 
   Parallelization 
    
  -- 
   Symmetries 
    
  -- 
   Units 
      -- FromScratch 
  
    
  - 
   Hamiltonian 
    
  - 
   Linear Response 
    
  - 
   Math 
    
  - 
   Maxwell 
    
  - 
   Mesh 
    
  - 
   Output 
    
  - 
   SCF 
    
  - 
   States 
    
  - 
   System 
    
  - 
   Time-Dependent 
    
  - 
   Utilities 
    
  - 
   Alphabetic Index 
  
    
   Tutorials 
    
   Developers 
    
   Releases 
         
       
    
    
    MemoryLimit 
    
    
    
    
MemoryLimit 
Section  Execution::Optimization Type  integerDefault  -1Octopus  will stop if more memory than MemoryLimit 
is requested (in kb). Note that this variable only works when
ProfilingMode = prof_memory(_full) .
    
        
        
        
        Source information
        
         
    
    
basic/profiling.F90  : 276
 call  parse_variable ( namespace ,  'MemoryLimit' ,  - 1 ,  ii ) 
  
 
    
        
        
        
        Featured in chapters of the manual: