Reducing the Memory Footprint on an InterWorx Server
From Ubiquity Server Wiki
Out of the box, a typical InterWorx server will consume about 400MB of memory just with the operating system and control panel. This can be reduced to around 200MB by stopping spam and email anti-virus services - SpamAssassin and ClamAV. There are two ways to do this.
From NodeWorx
- Login to NodeWorx
- On the main page, click Spam Filtering
- Click the Stop button, and click Home
- On the main page, click Virus Filtering
- Again, click the grey Stop button
From Shell
- Type the following two commands
service clamd stop service spamassassin stop
