Required disk space and memory for BCM Web API logs
The disk space and memory required by the BCM Web API is listed in the following sections.
The following table shows the sizes of log data required to run one BCM Web API server.
Type of BCM Web API log data |
Size (byte) |
Number of items |
---|---|---|
BCM Web API server startup record (ARGS) |
87 |
Number of BCM Web API servers that are started |
Received message record (RECV) |
56 + length of received message |
Number of API requests that are run |
Sent message record (SEND) |
56 + length of sent message |
Number of API requests that are run |
CLI start record (CLIS) |
54 + length of CLI operand |
Number of API requests that are run |
CLI end record (CLIE) |
57 |
Number of API requests that are run |
Message record (MESG) |
56 + length of message |
Number of messages that are output |
Required memory
The memory required to run the BCM Web API server is as follows:
- For a user region of 16 MB or less: 2,048 KB
- For an extended user region of 16 MB or more:
1,000 + Q + R + B KB
- Q: Value specified for the REQBUFSIZE (buffer size for BCM Web API requests) default parameter
- R: Value specified for the RESPBUFSIZE (buffer size for BCM Web API responses) default parameter
- B: Memory required to run Business Continuity Manager
For details about the memory required to run Business Continuity Manager, see the Hitachi Business Continuity Manager Installation Guide.