已合并
明确枚举值JSVM_MEMORY_PRESSURE_LEVEL_LOW_MEMORY #4685
panwangyang创建于 3月3日
明确枚举值JSVM_MEMORY_PRESSURE_LEVEL_LOW_MEMORY #4685
已合并
共 1 个文件变更+1-3
| @@ -394,9 +394,7 @@ typedef enum { | |||
| 394 | /** critical pressure. */ | 394 | /** critical pressure. */ |
| 395 | JSVM_MEMORY_PRESSURE_LEVEL_CRITICAL, | 395 | JSVM_MEMORY_PRESSURE_LEVEL_CRITICAL, |
| 396 | /** | 396 | /** |
| 397 | - * Notifies that the system is running low on memory. | 397 | + * Notifies that the system is running low on memory and triggers garbage collection immediately. |
| 398 | - * WARNING: It has strong negative impact on the garbage collection performance. | ||
| 399 | - * RECOMMEND: Use the other value instead to influence the garbage collection schedule. | ||
| 400 | * | 398 | * |
| 401 | * @since 22 | 399 | * @since 22 |
| 402 | */ | 400 | */ |
保留与since之间的一个空行