Maximum concurrent processes from 40/35->30.
This commit is contained in:
parent
7893f29ba6
commit
b7476045cc
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ extern crate user_lib;
|
|||
|
||||
use user_lib::{fork, wait, yield_, exit, getpid, get_time};
|
||||
|
||||
static NUM: usize = 35;
|
||||
static NUM: usize = 30;
|
||||
const N: usize = 10;
|
||||
static P: i32 = 10007;
|
||||
type Arr = [[i32; N]; N];
|
||||
|
@ -65,4 +65,4 @@ pub fn main() -> i32 {
|
|||
assert!(wait(&mut exit_code) < 0);
|
||||
println!("matrix passed.");
|
||||
0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue