Skip to content

Commit

Permalink
2.5GB before GC kick in on web (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 20, 2023
1 parent ea1b7da commit 62716ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_viewer/src/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub async fn start(
let startup_options = crate::StartupOptions {
memory_limit: re_memory::MemoryLimit {
// On wasm32 we only have 4GB of memory to play around with.
limit: Some(3_500_000_000),
limit: Some(2_500_000_000),
},
persist_state,
};
Expand Down

0 comments on commit 62716ba

Please sign in to comment.