—
Run environment setting
—
CONPROSYS Linux SDK User’s Manual (Self
-Build Edition)
—
41
—
6.
Swap memory setting
CONPROSYS memory may not be enough for building large source code. You can expand the
memory by creating a swap file on the disk.
◆
An example: Creating 512Mbyte of SWAP memory
1
Create a SWAP file.
dd if=/dev/zero of=/home/swapfile bs=1024 count=512000
mkswap /home/swapfile
2
Set the SWAP file.
sudo swapon /home/swapfile
Once you create the SWAP file, you only need to set the file after next time.
Summary of Contents for CONPROSYS Linux SDK
Page 4: ... 4 Introduction ...
Page 11: ... 11 Safety Precautions ...
Page 15: ... 15 SDK preparation ...
Page 19: ... 19 Starting CONPROSYS ...
Page 24: ... 24 Run environment setting ...
Page 44: ...Appendix ...