Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

Increasing AMP's SWAP (Virtual Memory) Space 

Jun 09, 2014 01:34 PM

In the following step-by-step guide, we'll add an additional 2GB of SWAP space to an AMP.

1) First, create a blank file to hold the SWAP data (note that you can increase the size of the final SWAP file by increasing the 'count' number below)

dd if=/dev/zero of=/extraswap bs=1M count=2048

2) Next, tell the Linux OS to prepare the file for use as SWAP space

mkswap /extraswap

3) Then, issue a command to turn-on the new SWAP file

swapon /extraswap

4) Finally, to make the extra SWAP space work after a reboot, poweroff, etc.

echo -e "/extraswap\t\t\t\tnone\t\t\t\t\tswap\tsw\t\t\t\t0 0" >> 
/etc/fstab

Statistics
0 Favorited
3 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.