Migration of Pega platform from windows to Linux
Hi Team, From the Product documentation https://community.pega.com/knowledgebase/articles/decision-management/85/configuring-stream-service We see that it is better to move to Linux to have compatible Stream services in production environments. We have started migrating our applications from Windows to Linux. So, Do you have any documentation around process, best practices to migrate applications from Windows to Linux?
Operating system Deploy the Stream service on Linux or any other Unix system. Running Stream nodes on Windows might cause issues, and is not recommended in production environments. The Stream service uses file descriptors for data files and open connections. Allow a limit of at least 100000 file descriptors. With a low descriptors count, the count limit might be exceeded causing the Stream service to fail. Check your operating system documentation on how to raise the ulimit.