From e500c9a7b8ea90349c65966ad5f90fa638dd2a5b Mon Sep 17 00:00:00 2001 From: xjd Date: Mon, 20 May 2024 10:00:48 +0800 Subject: [PATCH] Update comment --- script/testdata/spawn_saturate_memory | Bin 4864 -> 4864 bytes script/testdata/spawn_saturate_memory.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/script/testdata/spawn_saturate_memory b/script/testdata/spawn_saturate_memory index ec0eaf3198904020a5ccb90b11f25ddcdbdb6413..08e51f96c8fa2e196dd881b18601c978f4639942 100755 GIT binary patch delta 20 bcmZorYf#(pgpn~}@>9lK#>&mXOlt)IQ7;E* delta 20 bcmZorYf#(pgpn~|@>9lK#?sBfOlt)IP*(?3 diff --git a/script/testdata/spawn_saturate_memory.c b/script/testdata/spawn_saturate_memory.c index 920649ad06..de977b10db 100644 --- a/script/testdata/spawn_saturate_memory.c +++ b/script/testdata/spawn_saturate_memory.c @@ -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);