当 运行 on Docker 时,如何应用 IBM MQ 操作系统 (Linux) 调优指南?

How do the guidelines for IBM MQ operating system (Linux) tuning have to be applied when running on Docker?

我们计划 运行 IBM MQ 9.0.5 在 Linux Docker 容器中,我不确定如何在此应用 IBM guidelines for Linux tuning案件。 这些调整步骤包括修改几个 System V IPC 内核参数(例如增加最大线程数)、增加最大文件句柄数、进程等。 这些步骤是否必须应用于 Docker 主机操作系统和容器内部?

在 Docker 上设置 MQ 的 IBM 文档根本没有提到 OS 调优,所以我希望这里有人能帮助我吗?

提前致谢

大卫

这是我从 IBM 架构师那里得到的(非正式)回复:

I'm afraid I don't currently have a detailed list, but hopefully I can point you in the right direction.

Most of the settings apply to the kernel, and pass through to the container automatically. Some of the settings are user-specific limits (ulimits), which you can set in Docker using the "--ulimit" parameter (see the Docker documentation).

The networking settings can vary, based on your specific networking environment (for example, if you're running on an overlay network).