Skip to content

Commit

Permalink
try fix win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Dec 23, 2024
1 parent 50d9dc6 commit 1a26fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ pub fn default_red_zone() -> usize {
if ret == 0 {
cfg_if::cfg_if! {
if #[cfg(windows)] {
ret = 32 * 1024 + page_size() * 4;
ret = 32 * 1024 + page_size() * 6;
} else {
ret = 16 * 1024 + page_size();
}
Expand Down

0 comments on commit 1a26fdc

Please sign in to comment.