Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed May 20, 2024
1 parent f67e460 commit e500c9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified script/testdata/spawn_saturate_memory
Binary file not shown.
2 changes: 1 addition & 1 deletion script/testdata/spawn_saturate_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int main(int argc, const char* argv[]) {
err = ckb_inherited_file_descriptors(inherited_fds, &inherited_fds_length);
uint64_t length = MAX_MEMORY;
// Write a piece of data starting from address 0 with a size of 4M.
// Internally, it is cached before being read out.
// It should not consume any memory.
err = ckb_write(inherited_fds[CKB_STDOUT], 0, &length);
// should be blocked forever since there is no reading on other end
CHECK(err);
Expand Down

0 comments on commit e500c9a

Please sign in to comment.