You can resize a swap size via Linode Manager. But please understand, choosing a random size for your swap size is not something I recommend. In general, if you have less then 2GB of RAM on your VS, set swap size equal to your RAM size. If your RAM >= 2GB, set swap size = 2GB.
Note, that during server deployment the maxim swap size you can choose is 512MB. Well, you can live with it, but why not have 2GB of swap if your RAM >= 2GB. It does not hurt, and in some instances may spare you some issues.
To resize swap size on your VS you need to perform few steps. I am going to base this discussion on a 1st tier VS, with 2GB of RAM and 48GB SSD.
Further, I want 2GB swap = 2048 MB, and 48GB = 49152 MB.
(1) Choose your server and shut it down
(2) Choose a primary disk /the one your Linux resides on, in case of CentoS it could be : CentOS 6.5 Disk Image/
- You will see 'Edit Disk Image' section : put 47104 in New Size and click 'Save Changes'
// you need to shrink this Disk Image it to allow for 2GB of swap
// 49152 MB - 2048 MB = 47104 MB
(3) Go back to Dashboard and click on 'Swap Image'
- put 2048 in New Size and click Save Changes
(4) Reboot your VS
You can logon to your server and see available swap space. In your shell prompt type cat /proc/swaps, and press enter
You may see similar output to the one below /filename may be different, but size : 2097148 = 2GB shall be the same/
Filename Type Size Used Priority
/dev/xvdb partition 2097148 0 -1
Now you have 2GB of swap space. Happy swapping

You'd rather not to swap, but having this will not hurt.