Xiangdong Huang created IOTDB-591:
-------------------------------------
Summary: website module build failed because of memory limitation
Key: IOTDB-591
URL: https://issues.apache.org/jira/browse/IOTDB-591
Project: Apache IoTDB
Issue Type: Bug
Components: Website
Affects Versions: 0.10.0-SNAPSHOT
Reporter: Xiangdong Huang
Nodejs uses 512MB memory by default. However, when we upgrade vuepress from
v0.x to v1.x, the memory is not enough, which causes the following errors:
[INFO] <--- Last few GCs --->
[INFO]
[INFO] FATAL ERROR: MarkCompactCollector: semi-space copy, fallback in old gen
Allocation failed - JavaScript heap out of memory
[INFO] [17802:0x305e750] 310024 ms: Scavenge 1052.0 (1438.9) -> 1051.3
(1454.9) MB, 8.9 / 0.0 ms (average mu = 0.635, current mu = 0.566) allocation
failure
[INFO] [17802:0x305e750] 310346 ms: Mark-sweep 1066.9 (1454.9) -> 1066.9
(1438.9) MB, 302.6 / 0.0 ms (average mu = 0.472, current mu = 0.282)
allocation failure scavenge might not succeed
[INFO] [17802:0x305e750] 310356 ms: Scavenge 1066.9 (1438.9) -> 1066.2
(1454.9) MB, 9.2 / 0.0 ms (average mu = 0.472, current mu = 0.282) allocation
failure
--
This message was sent by Atlassian Jira
(v8.3.4#803005)