size limitForum: DSL Embedded Topic: size limit started by: merlin565656 Posted by merlin565656 on Aug. 31 2006,01:17
Im attempting to install some software..After extracting the setup files I deleted the tar.gz I then got gcc1.dsl and installed it.. then deleted the .dsl file.. I then got kernal source when I try and install it. I get an error that it is out of space and then my dsl exits out.. (closes) how do I increase the size so I can install the kernal and the app.. Posted by merlin565656 on Sep. 11 2006,04:46
in the windows batch file i increased -m 64to -m 256 That increased my RAM.. I also increased my HOME with: sudo mount -t tmpfs /ramdisk -o remount,rw,size=1024M,nouser,exec /ramdisk and that fixed the issues i was having |