0 Members and 1 Guest are viewing this topic.
Piru wrote:It's called "stack" on amiga.Anyway, if you start the program from shell, use "stack 65536" or whatever size you need before starting the program.If you start the program from workbench, set the stack size from the Icon Information.
melott wrote:Ummm ... tried that, increasing the stack in the Icon info.still didn't work. I have a couple dos books and they kindof indicate the heap is controlled seperately but not howto increase it.Mel
rkauer wrote:Quotemelott wrote:Ummm ... tried that, increasing the stack in the Icon info.still didn't work. I have a couple dos books and they kindof indicate the heap is controlled seperately but not howto increase it.Mel Simply edit your Startup-sequence! Use "ED S:Startup-sequence" on a CLI (=shell / AmigaDOS / whatever-you-name-it). Whit the ED window opened, put this line somewhere before SETPATCH: "stack 65536" (no quotes). Save the file, close the ED program and reboot.