You may need to run and edit scripts in a command prompt when installing on a Windows-based system.
The Run dialog box closes and a command prompt opens.
You may need to add folder paths to the Windows path variable when installing on a Windows-based system.
For example: path C:\jdk
The new path will be used the next time a command prompt is opened, or a service is started.
These steps also apply to any shell script, for example: apply_amps.sh or deploy_start.sh.
For example, change the #!/bin/sh line to #!/bin/bash.
/etc/security/limits.conf
alfresco soft nofile 4096 alfresco hard nofile 65536
This sets the normal number of file handles available to the alfresco user to be 4096. This is known as the soft limit.
ulimit -n 8192
Links:
[1] https://docs.alfresco.com/../tasks/fot-opendos.html
[2] https://docs.alfresco.com/../tasks/fot-addpath.html
[3] https://docs.alfresco.com/../tasks/fot-change-shell.html
[4] https://docs.alfresco.com/../tasks/fot-linux-openfiles.html
[5] https://docs.alfresco.com/../concepts/ch-reference.html
[6] https://docs.alfresco.com/../concepts/fot.html