Download the mods from our ArmA 3 sync repo
http://am2.taw.net/repo/normal/.a3s/autoconfig
http://am2.taw.net/repo/optional/.a3s/autoconfig
start the server with our config file supplied in this report, and also change some os files:
add the following line to:
/etc/sysctl.conf:
fs.file-max = 65536
and the following lines to:
/etc/security/limits.conf:
* hard nofile 65536
* soft nofile 65536
these settings allow the use of ulimit -n 65536 which removes the linux open file limit of 1024 and ups it to 65536. all the file in our modpack combined with arma just top in over 1024 files so maybe its overkill to set it to max int but still.