Skip to content

Commit c2f573f

Browse files
thomasywangfacebook-github-bot
authored andcommitted
actor_paft 250 x 10 x 8
Summary: buck run fbcode//monarch/examples/meta/paft:actor_paft -- --mesh_type thread --group_size 250 --max_groups 10 --min_healthy 7 Rollback Plan: Differential Revision: D78917462
1 parent ba2a023 commit c2f573f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monarch_hyperactor/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ use hyperactor::attrs::declare_attrs;
1616
// Declare monarch-specific configuration keys
1717
declare_attrs! {
1818
/// Use a single asyncio runtime for all Python actors, rather than one per actor
19-
pub attr SHARED_ASYNCIO_RUNTIME: bool = false;
19+
pub attr SHARED_ASYNCIO_RUNTIME: bool = true;
2020
}

0 commit comments

Comments
 (0)