Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
--
Accel
--
Debug
--
IO
--
Optimization
--- HamiltonianApplyPacked
--- MemoryLimit
--- MeshBlockSize
--- MeshOrder
--- NLOperatorCompactBoundaries
--- OperateAccel
--- OperateComplex
--- OperateComplexSingle
--- OperateDouble
--- OperateSingle
--- ProfilingAllNodes
--- ProfilingMode
--- ProfilingOutputTree
--- ProfilingOutputYAML
--- StatesBlockSize
--- StatesCLDeviceMemory
--- StatesPack
--
Parallelization
--
Symmetries
--
Units
-- FromScratch
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
MemoryLimit
MemoryLimit
Section Execution::Optimization
Type integer
Default -1
If positive, Octopus 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 : 277
call parse_variable ( namespace , 'MemoryLimit' , - 1 , ii )