From 2ad070ba5348fd6c308c873510bce9f4d2616e61 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Fri, 7 Jan 2022 10:03:39 +0000 Subject: [PATCH] update en/application-dev/connectivity/ipc-rpc-overview.md. Signed-off-by: Annie_wang --- en/application-dev/connectivity/ipc-rpc-overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/application-dev/connectivity/ipc-rpc-overview.md b/en/application-dev/connectivity/ipc-rpc-overview.md index 02b7c2b6f0..85e3c8ee9f 100755 --- a/en/application-dev/connectivity/ipc-rpc-overview.md +++ b/en/application-dev/connectivity/ipc-rpc-overview.md @@ -6,8 +6,9 @@ The inter-process communication \(IPC\) and remote procedure call \(RPC\) mechan ## Limitations and Constraints -The data transmitted for cross-process communication on a device cannot exceed 1 MB. If more data needs to be transmitted, use the anonymous shared memory. -The cross-device proxy object cannot be passed to the device hosting the stub object pointed by this proxy object. + +- The data transmitted for cross-process communication on a device cannot exceed 1 MB. If more data needs to be transmitted, use the anonymous shared memory. +- The cross-device proxy object cannot be passed to the device hosting the stub object pointed by this proxy object. ## Related Modules -- GitLab