Skip to content

Commit

Permalink
Update ArenaMemWeightMode memory estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZealanL committed May 9, 2024
1 parent fac1266 commit 4bc458b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Sim/Arena/ArenaConfig/ArenaConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ RS_NS_START
// Mode of speed/memory optimization for the arena
// Will affect whether high memory consumption is used to slightly increase speed or not
enum class ArenaMemWeightMode : byte {
HEAVY, // ~611KB per arena with 4 cars
LIGHT // ~397KB per arena with 4 cars
HEAVY, // ~1,263KB per arena with 4 cars
LIGHT // ~383KB per arena with 4 cars
// Measurements last updated 2024/5/9
};

struct ArenaConfig {
Expand Down

0 comments on commit 4bc458b

Please sign in to comment.