クロール結果にエラーが出ていた。
2024-06-13 07:42:13,236 [Crawler-20240613010000-2-2] ERROR Crawling Exception at smb://***.***.jp/***/***課/政策ヒア 資料/H27.10/PP資料/*** 改修内容全て.jpg
Caused by: org.opensearch.OpenSearchStatusException: OpenSearch exception [type=circuit_breaking_exception, reason=[parent] Data too large, data for [<http_request>]
opensearchのヒープメモリを増やす必要がありそうだ。
https://discuss.codelibs.org/t/fess-circuit-breaking-exception/1595/6
現状1G設定なので、とりあえずは2Gにしてみた。
$ vi /etc/opensearch/jvm.options
-Xms2g
-Xmx2g
$ sudo systemctl stop fess
$ sudo systemctl stop opensearch
$ sudo systemctl start opensearch
$ sudo systemctl start fess
ダッシュボードを確認すると、maxは2.00GBになっていた。
これで様子を見よう。
2024-06-13 07:42:13,236 [Crawler-20240613010000-2-2] ERROR Crawling Exception at smb://***.***.jp/***/***課/政策ヒア 資料/H27.10/PP資料/*** 改修内容全て.jpg
Caused by: org.opensearch.OpenSearchStatusException: OpenSearch exception [type=circuit_breaking_exception, reason=[parent] Data too large, data for [<http_request>]
opensearchのヒープメモリを増やす必要がありそうだ。
https://discuss.codelibs.org/t/fess-circuit-breaking-exception/1595/6
現状1G設定なので、とりあえずは2Gにしてみた。
$ vi /etc/opensearch/jvm.options
-Xms2g
-Xmx2g
$ sudo systemctl stop fess
$ sudo systemctl stop opensearch
$ sudo systemctl start opensearch
$ sudo systemctl start fess
ダッシュボードを確認すると、maxは2.00GBになっていた。
これで様子を見よう。
※コメント投稿者のブログIDはブログ作成者のみに通知されます