-original message- From: fluxbox <[email protected]> Date: 07/06/2009 13:29
> Due to demand on resources I would like to expand or add size to my swap to > at least 32GB. > > What are my options? Without messing my box. XD Like what others have mentioned, the best thing to do for you is to add RAM since you mentioned the system has high utilization. Anyway, the quickest way to add virtual memory/swap space is to use a swap file. For example, to add an additional 500MB swap space: dd if=/dev/zero of=/some/file/somewhere bs=1M count=500 mkswap /some/file/somewhere swapon /some/file/somewhere To remove: swapoff /some/file/somewhere _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

