UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Determining memory usage

broken avatar :(
Created 9 years ago
by DidUknowiPwn
0 Members and 1 Guest are viewing this topic.
3,361 views
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 6 months ago
Posts
1,322
Respect
Forum Rank
Zombie Colossus
Primary Group
UGX Team Member
My Groups
More
My Contact & Social Links
More
Personal Quote
(ง º ω º )ง u wont sum m8y?
Signature
Do not take life too seriously. You will never get out of it alive.
×
DidUknowiPwn's Groups
UGX Team Member
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Elite Has shown excellence and experience in the area of custom scripting in the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Ever wondered how much memory you had left in your map before it all went to shit started crashing?

Type meminfo into console to see a detailed usage if your mods memory.

World at War has a default memory allocation of 0x12C00000 which, in decimal, is 314572800 bytes (314.5728 MB).
If you surpass this limit you'd get a memory allocation error ("Memory allocation failed. %d bytes, %d align").

Basically physical memory in World at War is taken up when a new asset is loaded. These assets are only loaded from FastFiles which is why meminfo only prints out the usage in FastFiles (apart from the default ones that are loaded by exe, $init).

Example output:
NOTE: The usages will obviously be different based on the mod and a side-note about the free physical, T4M increases the limit. Stock World at War will have 111MB less to use than what T4M offers.
Last Edit: October 08, 2015, 01:19:54 am by DidUknowiPwn
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 14 September 2013
Last active: 4 years ago
Posts
1,895
Respect
Forum Rank
Zombie Destroyer
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
BE ORIGINAL
Signature
×
MakeCents's Groups
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
Okay, super duper cool, um, but what does this mean?

Orbit, where I got a physical mem error once already:
Code Snippet
Plaintext
]meminfo
10485760 bytes total hunk

  439648 low permanent

  335424 high permanent

  775072 total hunk in use
$init               10.3
common              41.5
patch                2.1
nazi_zombie_orbit_   1.3
free physical        7.2
nazi_zombie_orbit  136.8
localized_nazi_zom  10.7
mod                 89.1
code_post_gfx        1.1
------------------------


here is a fairly empty map

Code Snippet
Plaintext
]meminfo
10485760 bytes total hunk

  411372 low permanent

     864 high permanent

  412236 total hunk in use
$init               10.3
common              41.5
patch                2.1
nazi_zombie_bwc_pa   1.3
free physical      143.0
nazi_zombie_bwc     59.4
mod                 41.4
code_post_gfx        1.1
------------------------

Do you add them and then subtract free physical? Or basically just use free physical as what you have available? Is high permanent telling me anything?
Last Edit: October 08, 2015, 02:06:23 am by MakeCents
broken avatar :(
×
broken avatar :(
[UGX] Documentation Writer & Programmer
Location: usLos Angeles, CA
Date Registered: 23 August 2013
Last active: 6 months ago
Posts
1,322
Respect
Forum Rank
Zombie Colossus
Primary Group
UGX Team Member
My Groups
More
My Contact & Social Links
More
Personal Quote
(ง º ω º )ง u wont sum m8y?
×
DidUknowiPwn's Groups
UGX Team Member
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Community Scripter Elite Has shown excellence and experience in the area of custom scripting in the UGX-Mods community.
BO3 Modtools Alpha
BO3 Modtools Alpha
This user has access to the Black Ops 3 Modtools Alpha
HunkAlloc is allocated memory. It's for swapping low/high memory based on memory fragmentation.
Last Edit: October 08, 2015, 04:22:33 am by DidUknowiPwn
broken avatar :(
×
broken avatar :(
Relentless Mapper
Location: al
Date Registered: 21 August 2011
Last active: 2 weeks ago
Posts
1,322
Respect
Forum Rank
Zombie Colossus
Primary Group
Nuclear
My Groups
More
×
KDXDARK's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Nuclear
Nuclear
DARKLEGION's requested title
Community Mapper Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager.
KDXDARK's Contact & Social Links
this is my current map, its bad or OK?

 
Loading ...