
動作に必要なサーバースペックはどの程度ですか
推奨スペック
同時に取り扱う通知が 100 万通を超える場合はよりメモリが必要になることがあります。
項目 | 推奨スペック |
---|---|
CPU | 2コア以上 |
メモリ | 4GB 以上 |
ネットワーク | 1Gbps 以上 |
構成例
数千ユーザーいる場合
graph LR
subgraph BoltzEngine
G(Gateway) --> M
M(master
CPU: 1 core
mem: 2 GB) --> S1(slave
CPU: 1 core
mem: 2 GB) end subgraph "providers" S1 --> P1(APNs) S1 --> P2(FCM) S1 --> P3(etc.) end
CPU: 1 core
mem: 2 GB) --> S1(slave
CPU: 1 core
mem: 2 GB) end subgraph "providers" S1 --> P1(APNs) S1 --> P2(FCM) S1 --> P3(etc.) end
数万ユーザーいる場合
graph LR
subgraph BoltzEngine
G(Gateway) --> M
M(master + slave
CPU: 4 core
mem: 8 GB) end subgraph "providers" M --> P1(APNs) M --> P2(FCM) M --> P3(etc.) end
CPU: 4 core
mem: 8 GB) end subgraph "providers" M --> P1(APNs) M --> P2(FCM) M --> P3(etc.) end
数百万ユーザーいる場合
graph LR
subgraph BoltzEngine
G(Gateway) --> M
M(master
CPU: 4 core
mem: 8 GB) --> S1(slave 1
CPU: 4 core
mem: 8 GB) M --> S2(slave 2
CPU: 4 core
mem: 8 GB) end subgraph "providers" S1 --> P1(APNs) S1 --> P2(FCM) S1 --> P3(etc.) S2 --> P1(APNs) S2 --> P2(FCM) S2 --> P3(etc.) end
CPU: 4 core
mem: 8 GB) --> S1(slave 1
CPU: 4 core
mem: 8 GB) M --> S2(slave 2
CPU: 4 core
mem: 8 GB) end subgraph "providers" S1 --> P1(APNs) S1 --> P2(FCM) S1 --> P3(etc.) S2 --> P1(APNs) S2 --> P2(FCM) S2 --> P3(etc.) end