Welcome, Guest. Please login or register.

Author Topic: Increasing stack for MUI  (Read 2644 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline LindeTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 457
    • Show only replies by Linde
    • http://hata.zor.org/
Increasing stack for MUI
« on: January 14, 2007, 07:35:07 PM »
I tried installing NList for MUI, but when i try the examples it says i have to increase the stack size for "Background CLI". I have no idea of ghow to do this and I've searched all over the internet... Any ideas? I'm on WB3.0 btw
 

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show only replies by itix
Re: Increasing stack for MUI
« Reply #1 on: January 14, 2007, 08:44:08 PM »
Edid s:shell-startup and add line:

stack 8192
My Amigas: A500, Mac Mini and PowerBook
 

Offline LindeTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 457
    • Show only replies by Linde
    • http://hata.zor.org/
Re: Increasing stack for MUI
« Reply #2 on: January 14, 2007, 09:18:28 PM »
Thanks! But now, when typing "stack" in shell, it says my stack is 8192 bytes, but the NList examples still complain about the stack being only 4096 bytes.
 

Offline AmiKit

Re: Increasing stack for MUI
« Reply #3 on: January 14, 2007, 09:22:20 PM »
Try to install StackAttack

Offline itix

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2380
    • Show only replies by itix
Re: Increasing stack for MUI
« Reply #4 on: January 14, 2007, 10:22:42 PM »
Or increase stack from program icon. That works too and saves some ram for programs that can cope with 4k stack, on the other hand it is more work than installing StackAttack.
My Amigas: A500, Mac Mini and PowerBook
 

Offline LindeTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 457
    • Show only replies by Linde
    • http://hata.zor.org/
Re: Increasing stack for MUI
« Reply #5 on: January 14, 2007, 10:52:19 PM »
Thanks for stackattack, that worked.