Jump to content
Sign in to follow this  
dr death jm

my start file for linux

Recommended Posts

i wanted to share my start file im getting 49 fps server side it does go to 50 but 49 fps is sweet.

#!/bin/bash
# Wrapper file to start the A3 server

# Network settings used in -cfg param
networkConfig="network.cfg"

# Server configuration settings used in -config param
serverConfig="server.cfg"

# Server profile and difficulty settings used in -name param
profileName="server"

# Server-side mods
mods="@cba_a3"

# Stop old server
./stop

# Start server
echo "Starting server..."
nohup ./arma3server -cfg="/$networkConfig" -config="$serverConfig" -name="$profileName" -mod="$mods" -port=2360 -maxMem=3072 -exThreads=3 -noSound > arma3.log 2>&1&
echo $! > .pid

please test and post if this also worked for you.

Share this post


Link to post
Share on other sites
please test and post if this also worked for you.
It's worked just fine for me as well! Adding -maxmem=3072 looks to be the differentiating factor, changing from 6 fps on a light weight map to 50 fps.

Share this post


Link to post
Share on other sites

ok found out in skype maxmem+3072 will cause the errors on mission with vehicals because its still in dev ... :butbut: so i set it back to default ... and now no errors.

Share this post


Link to post
Share on other sites

What does this mean for the performance of the linux server? Is that also back to default?

Share this post


Link to post
Share on other sites
What does this mean for the performance of the linux server? Is that also back to default?

sorry for late replay, i gues linux is still stuck at 2 gigs , so max memory should still be 2034 (i think thats 2 gig)

the setting 3072 causes some (alot ) or missions not to load.... but if you only play dm no vhehicals 3072 will work.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×