[all-commits] [llvm/llvm-project] 3bcce9: [AIX] Limit `extract_symbols.py`'s Pools Size to 8

Qiongsi Wu via All-commits all-commits at lists.llvm.org
Mon Aug 21 06:49:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bcce9ca224c1f1a940f19beef76fba491fceb18
      https://github.com/llvm/llvm-project/commit/3bcce9ca224c1f1a940f19beef76fba491fceb18
  Author: Qiongsi Wu <qwu at ibm.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M llvm/utils/extract_symbols.py

  Log Message:
  -----------
  [AIX] Limit `extract_symbols.py`'s Pools Size to 8

On AIX, `extract_symbols.py`'s default pool size may be too big for the logical partition(LPAR)'s allocated memory, and may lead to intermittent IO errors. This patch limits the pool size to 8 to avoid such errors.

Reviewed By: daltenty, thieta

Differential Revision: https://reviews.llvm.org/D157884




More information about the All-commits mailing list