diff --git a/eden/fs/service/TARGETS b/eden/fs/service/TARGETS index a98612bac65dd..e2f95412f992f 100644 --- a/eden/fs/service/TARGETS +++ b/eden/fs/service/TARGETS @@ -66,6 +66,12 @@ cpp_binary( srcs = [ "facebook/main.cpp", ], + linker_flags = select({ + "DEFAULT": [], + "ovr_config//os:windows": [ + "/STACK:2097152", # This was picked arbitrarily as 2 MB + ], + }), os_deps = [ ( "linux",