My computer have 2GB of Memory and 10GB in Swap.
How I can increase the momory, by example. In tomcat I can edit the file setenev.sh with the next text.
export CATALINA_OPTS="$CATALINA_OPTS -Xms4096m" export CATALINA_OPTS="$CATALINA_OPTS -Xmx8192m"
Wowza have this file, but how I can edit this file…?
Thanks.