This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push: new 813a0f0e2f add instructions for macOS ARM platform packaging. (#872) 813a0f0e2f is described below commit 813a0f0e2f50e7c827bd423f3e5503f0fac3dddc Author: funkye <jian...@apache.org> AuthorDate: Sun Jul 7 15:24:18 2024 +0800 add instructions for macOS ARM platform packaging. (#872) --- i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md | 5 +++-- i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md b/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md index fa7227ef31..52f8d028f8 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/overview/faq.md @@ -204,7 +204,7 @@ abnormal:io.seata.common.exception.FrameworkException: can not register RM,err Error: A fatal exception has occurred. Program will exit. ``` - If the environment is sh, replace the last paragraph in the script: + If the environment is sh, replace the last paragraph in the script: ```shell exec "$JAVACMD" $JAVA_OPTS -server -Xmx2048m -Xms2048m -Xmn1024m -Xss512k -XX:SurvivorRatio=10 -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=256m -XX: @@ -309,6 +309,7 @@ At present, `seata-all` needs to use conf type `conf` files, and `properties` an 2. `./mvnw clean install -DskipTests=true(Mac,Linux)` OR `mvnw.cmd clean install -DskipTests=true(Win) -P release-seata`。 3. Unzip the corresponding compressed package in the target directory of the `distribution` module. 4. Packaging commands after seata-1.5 (the latest development branch), `mvn -Prelease-seata -Dmaven.test.skip=true clean install -U` +5. If you are on macOS platform with ARM architecture, please use: `mvn -Prelease-seata -Dmaven.test.skip=true clean install -U -P arrch64` --- @@ -433,7 +434,7 @@ Examples: @GlobalTransactional(timeout=60000) public void A()\{ - call remoting B();//Remote call B service + call remoting B();//Remote call B service local DB operation; } diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md index a44186dc75..4d7f51462a 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/overview/faq.md @@ -325,6 +325,7 @@ ps: oracle 同理;1.2.0 支持 mysql 驱动多版本隔离,无需再添加驱 2. ./mvnw clean install -DskipTests=true(Mac,Linux) 或 mvnw.cmd clean install -DskipTests=true(Win) -P release-seata。 3. 在 distribution 模块的 target 目录下解压相应的压缩包即可。 4. seata-1.5之后(最新develop分支)的打包命令:mvn -Prelease-seata -Dmaven.test.skip=true clean install -U +5. 如果你是mac os平台,并且是arm架构,请使用: mvn -Prelease-seata -Dmaven.test.skip=true clean install -U -P arrch64 ``` --- @@ -456,7 +457,7 @@ seata: @GlobalTransactional(timeout=60000) public void A()\{ - call remoting B();//远程调用 B 服务 + call remoting B();//远程调用 B 服务 local DB operation; } --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org