The discussion on this thread, https://www.forum.puppylinux.com/viewtopic.php?t=8001 provided the following tips for working with Multi-Media on computers with limited resources, i.e., RAM and CPU.
1. Locate your Puppy on a Linux Formatted partition, so that you can
2. Create a SaveFolder rather than a SaveFile on first shut-down.
3. Edit your boot menu to include the 'no-copy' argument; that is, if using grub4dos your kernel line should read:
kernel.... pfix=nocopy
if using grub2config,
linux.... pfix=nocopy
4. If you're Puppy is located on a hard-drive, Do NOT operate under PupMode 13 by editing your kernel line to include the pmedia=ataflash argument. Under the default PupMode 12 changes will be immediately written to your SaveFolder. Under PupMode13, changes are held in RAM until a Save is executed; thus occupying RAM.*
5. Create a sizeable swapfile or swap-partition. The 'Rule-of-Thumb' is twice the size of RAM**. To create a swap-partition you'll have to use gparted and perhaps resize existing partitions. To create a swapfile, just open a terminal and type 'pupswap' without the quotes. A GUI will open enabling you to select the size and drive/partition on which the swapfile is to be located. Your operating system will find and use a swap on any partition; even a Fat32 or ntfs.
5. Per ozsouth 'you MUST mount a hard drive partition & cd into that' or (generalizing ozsouth's instructions make it the destination for your project).
If you need to, don't hesitate to ask for specific instructions about the application you are want to use.
-=-=-=-=--
** This is contrary to the way I prefer running Puppys for security reasons. My recommendation would be to create two SaveFolders and two menu listings. One SaveFolder would include the term 'usual' in its name; the other 'media work'; the menu-arguments reflecting each SaveFolder's purpose. And on boot-up I'd decide which to use.
* A couple years ago I searched the web in an attempt to find a basis for this Rule-of-Thumb. I only was able to find one post which suggested that if the swap was greater than twice RAM the excess would just be ignored. Even at the time of my search that post was several years old. Since then both computers and operating systems have come a long way. There have been several posts by puppyans who have used swaps many times larger than twice RAM. So the bottom line is that a swap larger than twice RAM can't hurt; and at worst just wastes hard-drive space of which, today, most of us have more than we know what to do with.