| | Re: Datsville overview Kevin Loch
|
| | In solaris: If foo is a 1G *filesystem* then: mkfile 768m /foo/swapfile swap -a /foo/swapfile would give you an additional 768 MB of virtual memory I'm not sure about linux Also, That zip file wasn't accessable, could you upload it to (...) (25 years ago, 14-Sep-99, to lugnet.cad, lugnet.off-topic.geek)
|
| | |
| | | | Re: Datsville overview John VanZwieten
|
| | | | Kevin Loch <kloch@opnsys.com> wrote in message news:FI2Iy0.n4r@lugnet.com... (...) I added a link to the Datsville page: (URL) don't have an ftp utility yet. -John Van (25 years ago, 14-Sep-99, to lugnet.cad, lugnet.off-topic.geek)
|
| | | | |
| | | | | | Re: Datsville overview Kevin Loch
|
| | | | | | (...) Got it. I couldn't figure out how to add a swap *file* in Free BSD, so I'm rendering it on a Sparc5. It's still parsing... It's hovering around 820MB right now. I'll probably try it on the rs/6000 (much faster) if I can get povray to compile (...) (25 years ago, 15-Sep-99, to lugnet.cad, lugnet.off-topic.geek)
|
| | | | | | |
| | | | | | Re: Datsville overview Joe Greene
|
| | | | | If you want a non advertising place to put this I could host it at www.greenemyst.com (...) (25 years ago, 27-Sep-99, to lugnet.cad, lugnet.off-topic.geek)
|
| | | | | |
| | | | Re: Datsville overview Jacob Sparre Andersen
|
| | | | Kevin Loch: (...) Roughly the same would work in Linux. The problem is to format and mount the partition. Play well, Jacob ---...--- -- E-mail: sparre@cats.nbi.dk -- -- Web...: <URL:(URL) -- ---...--- (25 years ago, 14-Sep-99, to lugnet.off-topic.geek)
|
| | | | |
| | | | | | Re: Datsville overview Matthew Miller
|
| | | | (...) You can do it this way: dd if=/dev/zero of=swapfile bs=1024 count=768000 mkswap -v1 swapfile sync swapon swapfile Note that on a 2.0 series kernel, the max size of a swap space is 128M. You'll need something 2.2 or so. (25 years ago, 15-Sep-99, to lugnet.off-topic.geek)
|
| | | | |
| | | | | | Re: Datsville overview Matthew Miller
|
| | | | Oh; wasn't paying attention. If you've actually got an unused partition, skip the dd stuff, and just mkswap it. (25 years ago, 15-Sep-99, to lugnet.off-topic.geek)
|
| | | | |