diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index cdeb117..6e28fe0 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -3593,7 +3593,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
3593 | 3593 | ||
3594 | public int osGetSimulatorMemoryKB() | 3594 | public int osGetSimulatorMemoryKB() |
3595 | { | 3595 | { |
3596 | CheckThreatLevel(ThreatLevel.Moderate, "osGetSimulatorMemory"); | 3596 | CheckThreatLevel(ThreatLevel.Moderate, "osGetSimulatorMemoryKB"); |
3597 | 3597 | ||
3598 | long pws = System.Diagnostics.Process.GetCurrentProcess().WorkingSet64; | 3598 | long pws = System.Diagnostics.Process.GetCurrentProcess().WorkingSet64; |
3599 | 3599 | ||