システム キャッシュのフル フラッシュの原因Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } この記事では、システム キャッシュのフル フラッシュの原因について説明します。キャッシュのフラッシュ後にインスタンスが遅くなる可能性があります。これは、すべてのノードでのデフォルトのセマフォの枯渇 (HTTP 429 エラー (要求過多)) と相まって、応答時間が長くなることにもつながります。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } すべてのリリース Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } フルシステムキャッシュのフラッシュは、すべてのトランザクションがデータベースからデータをプルする必要があることを意味し、これにより、キャッシュが再構築されるときよりも遅くなります。 キャッシュのフラッシュは、以下によってトリガーされますが、これらに限定されません。 a) インスタンスのアップグレードb) プラグインのインストールc) 更新セットの展開d) プロパティの変更 ([キャッシュを無視] チェックボックスがオンになっていないプロパティ)e) リンクの実行:https://[instance_name].service-now.com/cache.dof) インスタンスの再起動g) スクリプト gs.cacheFlush(); を /sys.scripts.do で実行するか、ビジネスルールまたは script_include...等 これらのアクションは、可能であれば、通常の営業時間外に実行することをお勧めします。