yeah its actually fairly easy to run a swap partition without swapper2, its a simple 1 line script. I usually use 30-40 for my swappiness and a good swap size is about 256 MB (it pretty much never gets full) I'd suggest throwing in an ext partition too just in case you want link2sd, ext 3 or ext 4 and probably 512 MB is good for that, either do it via rom manager or minitool partition wizard on a pc if you want more control over everything
heres the script to use a swap partition, just throw it at the end of a file in /etc/init.d after testing it in terminal emulator first
Code:[COLOR=#3E3E3E][FONT=Verdana]swapon /dev/block/mmcblk0p2[/FONT][/COLOR]
or
depending on what order you partition your sdcard (for example the first one would be used if you had it set up FAT32/swap/ext3, and the second one would be if you had it FAT32/ext3/swap)Code:[COLOR=#3E3E3E][FONT=Verdana]swapon /dev/block/mmcblk0p3[/FONT][/COLOR]
Thanks. But what order is it if I partition it using Rom Manager?